diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-06 12:06:17 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-06 12:07:14 +0100 |
commit | 80b1dc8dd64125f4586fb863566fa964a2f0f8a8 (patch) | |
tree | 5ac9473a5e82b5f6a0c84423f8a4f69e29c7b745 /inventory.ini | |
parent | shorten long command lines (diff) | |
download | maintenance-80b1dc8dd64125f4586fb863566fa964a2f0f8a8.tar.gz maintenance-80b1dc8dd64125f4586fb863566fa964a2f0f8a8.zip |
inventory: update web port
Diffstat (limited to 'inventory.ini')
-rw-r--r-- | inventory.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory.ini b/inventory.ini index 2a827ed..ccceac7 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 ansible_port=2222 +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 |