From 14c4d98fa9dfc91a85ab0f25be7d4215eaf7717b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Aug 2021 12:35:35 +0300 Subject: inventory: split into groups --- inventory.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/inventory.ini b/inventory.ini index 47cc106..963f451 100644 --- a/inventory.ini +++ b/inventory.ini @@ -1,7 +1,12 @@ +[raspberry] pi1 ansible_host=192.168.205.1 +pi2 ansible_host=192.168.205.4 + +[desktop] laptop2 ansible_host=192.168.205.2 pc1 ansible_host=192.168.205.3 -pi2 ansible_host=192.168.205.4 + +[cloud] web ansible_host=192.168.205.8 vpn ansible_host=192.168.205.254 ansible_port=80 ansible_user=algo -- cgit v1.2.3