diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-09 10:31:21 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-09 10:31:21 +0200 |
commit | 7e87803b023f4e539bee893832c09e1cdd0cd82c (patch) | |
tree | aeb825a0ab9582884343ac0e147f7ed9bc396593 /inventory.ini | |
parent | Makefile: consistent prelude (diff) | |
download | maintenance-7e87803b023f4e539bee893832c09e1cdd0cd82c.tar.gz maintenance-7e87803b023f4e539bee893832c09e1cdd0cd82c.zip |
inventory: add vpn-ru.egort.name
Diffstat (limited to 'inventory.ini')
-rw-r--r-- | inventory.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory.ini b/inventory.ini index 57ee10d..c360a7b 100644 --- a/inventory.ini +++ b/inventory.ini @@ -10,6 +10,7 @@ pc1 ansible_host=192.168.205.3 [cloud] web ansible_host=192.168.205.8 vpn ansible_host=192.168.205.254 ansible_port=80 +vpn-ru ansible_host=192.168.205.13 [all:vars] ansible_user=maintenance |