|
@@ -1,5 +1,9 @@
|
|
|
-; ansible inventory file
|
|
|
|
|
-[hosts]
|
|
|
|
|
|
|
+; inventory.ini - ansible inventory file
|
|
|
|
|
+[debian]
|
|
|
192.168.1.18 ansible_user=debian
|
|
192.168.1.18 ansible_user=debian
|
|
|
192.168.1.85 ansible_user=debian
|
|
192.168.1.85 ansible_user=debian
|
|
|
-192.168.1.109 ansible_user=debian
|
|
|
|
|
|
|
+192.168.1.109 ansible_user=debian
|
|
|
|
|
+
|
|
|
|
|
+[alpine]
|
|
|
|
|
+192.168.1.72 ansible_user=alpine
|
|
|
|
|
+192.168.1.48 ansible_user=alpine
|