diff --git a/inventory/inventory.example.yml b/inventory/inventory.example.yml new file mode 100644 index 0000000..9078b8a --- /dev/null +++ b/inventory/inventory.example.yml @@ -0,0 +1,24 @@ +all: + vars: + ansible_user: root + hosts: + proxmox-host: + ansible_host: 192.168.1.1 + virtual-machine: + ansible_host: 192.168.1.2 + container-host: + ansible_host: 192.168.1.3 + +pve: + hosts: + proxmox-host: + +vms: + hosts: + virtual-machine: + vars: + ansible_user: user + +cts: + hosts: + container-host: \ No newline at end of file