From fccade82b04419e08b5c5c8ebf6ecb3e383a9584 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Sun, 1 Feb 2026 12:30:55 +0100 Subject: [PATCH] Added example inventory --- inventory/inventory.example.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 inventory/inventory.example.yml 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