diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-07 16:50:58 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-07 16:50:58 +0200 |
commit | 9ffa5687f4e3a45605e3d04539d8388c5fbcda5c (patch) | |
tree | 1b608e1e7ec7900fb3f0fe0e615d1c26bd921b25 | |
parent | remove pi1 (diff) | |
download | maintenance-9ffa5687f4e3a45605e3d04539d8388c5fbcda5c.tar.gz maintenance-9ffa5687f4e3a45605e3d04539d8388c5fbcda5c.zip |
inventory: update web port
Diffstat (limited to '')
-rw-r--r-- | inventory.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory.ini b/inventory.ini index aec817b..45fce76 100644 --- a/inventory.ini +++ b/inventory.ini @@ -5,7 +5,7 @@ pi2 ansible_host=192.168.205.4 laptop2 ansible_host=192.168.205.2 [cloud] -web ansible_host=192.168.205.8 +web ansible_host=192.168.205.8 ansible_port=2222 vpn ansible_host=192.168.205.254 ansible_port=80 [all:vars] |