From 0f858f2cf3c066d66768afc0cc98dc1e52d56068 Mon Sep 17 00:00:00 2001 From: c0de Date: Sun, 21 Jan 2024 13:29:29 -0500 Subject: [PATCH] create inventory --- playbooks/inventories/inventory.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 playbooks/inventories/inventory.yml diff --git a/playbooks/inventories/inventory.yml b/playbooks/inventories/inventory.yml new file mode 100644 index 0000000..f4c3020 --- /dev/null +++ b/playbooks/inventories/inventory.yml @@ -0,0 +1,6 @@ +proxmox_hosts: + hosts: + vulpes.c0de.online: + proxmox.c0de.online: + vars: + ansible_user: root