diff options
Diffstat (limited to 'inventory.ini')
-rw-r--r-- | inventory.ini | 7 |
1 files changed, 6 insertions, 1 deletions
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 |