diff options
Diffstat (limited to 'inventory.ini')
-rw-r--r-- | inventory.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inventory.ini b/inventory.ini new file mode 100644 index 0000000..47cc106 --- /dev/null +++ b/inventory.ini @@ -0,0 +1,9 @@ +pi1 ansible_host=192.168.205.1 +laptop2 ansible_host=192.168.205.2 +pc1 ansible_host=192.168.205.3 +pi2 ansible_host=192.168.205.4 +web ansible_host=192.168.205.8 +vpn ansible_host=192.168.205.254 ansible_port=80 ansible_user=algo + +[all:vars] +ansible_user=egor |