From e1fb7bf6dbc9249c62b0e1255bf83b3c0df35378 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 5 Aug 2021 16:09:45 +0300 Subject: initial commit --- inventory.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 inventory.ini (limited to 'inventory.ini') 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 -- cgit v1.2.3