diff --git a/Inventory/hosts.yaml b/Inventory/hosts.yaml new file mode 100644 index 0000000..5d741d6 --- /dev/null +++ b/Inventory/hosts.yaml @@ -0,0 +1,17 @@ +fedora: + hosts: + 192.168.1.253: + 192.168.1.200: + 192.168.2.2: + 192.168.2.3: +debian: + hosts: + 192.168.1.2: + 192.168.3.1: +pve: + hosts: + 192.168.1.2: +docker: + hosts: + 192.168.2.2: + 192.168.2.3: \ No newline at end of file