diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-23 16:16:12 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-23 16:16:12 +0200 |
commit | b747ed1ff4ec5be44e7ea52237b748b16b0a59b5 (patch) | |
tree | 985e800fcd475fd9d758badea8315908c0da1684 /inventory.ini | |
parent | move SSH settings from inventory to ansible.cfg (diff) | |
download | maintenance-b747ed1ff4ec5be44e7ea52237b748b16b0a59b5.tar.gz maintenance-b747ed1ff4ec5be44e7ea52237b748b16b0a59b5.zip |
inventory: update users
Diffstat (limited to 'inventory.ini')
-rw-r--r-- | inventory.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory.ini b/inventory.ini index fc380bb..d516f49 100644 --- a/inventory.ini +++ b/inventory.ini @@ -8,8 +8,8 @@ laptop2 ansible_host=192.168.205.2 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 ansible_user=algo +web ansible_host=192.168.205.8 ansible_user=maintenance +vpn ansible_host=192.168.205.254 ansible_port=80 ansible_user=maintenance [all:vars] ansible_user=egor |