aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-23 16:16:12 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-23 16:16:12 +0200
commitb747ed1ff4ec5be44e7ea52237b748b16b0a59b5 (patch)
tree985e800fcd475fd9d758badea8315908c0da1684
parentmove SSH settings from inventory to ansible.cfg (diff)
downloadmaintenance-b747ed1ff4ec5be44e7ea52237b748b16b0a59b5.tar.gz
maintenance-b747ed1ff4ec5be44e7ea52237b748b16b0a59b5.zip
inventory: update users
-rw-r--r--inventory.ini4
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