diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-10 01:53:25 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-10 01:53:25 +0100 |
commit | 4813b65e06a0720f9efa3f1c6936b4cc2c97ae06 (patch) | |
tree | 20f600905ea55c2c39be9cd79b50005383a68b63 | |
parent | dotfiles: update Vim plugins (diff) | |
download | maintenance-4813b65e06a0720f9efa3f1c6936b4cc2c97ae06.tar.gz maintenance-4813b65e06a0720f9efa3f1c6936b4cc2c97ae06.zip |
inventory: update vpn-ru port
-rw-r--r-- | inventory.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory.ini b/inventory.ini index ccceac7..59193de 100644 --- a/inventory.ini +++ b/inventory.ini @@ -7,7 +7,7 @@ laptop2 ansible_host=192.168.205.2 [cloud] web ansible_host=192.168.205.8 ansible_port=993 vpn ansible_host=192.168.205.254 ansible_port=80 -vpn-ru ansible_host=192.168.205.13 +vpn-ru ansible_host=192.168.205.13 ansible_port=993 [all:vars] ansible_user=maintenance |