From 7adcf81c0da75642e7a2be3cf6ca8e94417e13e2 Mon Sep 17 00:00:00 2001 From: ansible Date: Sat, 26 Feb 2022 21:55:21 +0100 Subject: [PATCH] . --- inventory.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 inventory.yml diff --git a/inventory.yml b/inventory.yml new file mode 100644 index 0000000..83fe4ec --- /dev/null +++ b/inventory.yml @@ -0,0 +1,19 @@ +all: + hosts: + children: + rpi: + hosts: + children: + rpi_ubuntu: + rpi_rpios: + vars: + ansible_user: pi + hosts: + octopi: + ansible_host: 192.168.2.99 + pihole: + ansible_host: 192.168.2.20 + naspi: + ansible_host: 192.168.2.75 + piprint: + ansible_host: 192.168.2.95