Add infrastructure packages: terraform-pve, ansible-push, wolfstack-keepalived, terraform-pve-vm

This commit is contained in:
Artemis
2026-06-14 19:52:52 -04:00
parent e54307d46d
commit 6f4c54cdbb
49 changed files with 2031 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
all:
children:
lxcs:
hosts:
%{ for host in hosts ~}
${host.hostname}:
ansible_host: ${host.ipv4_host}
ansible_user: ${host.user}
ansible_password: ${host.password}
ansible_port: ${host.port}
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
ansible_python_interpreter: auto_silent
%{ endfor ~}