Restructure: move infra packages to root level
This commit is contained in:
13
terraform-pve/terraform/inventory-lxc.tmpl
Normal file
13
terraform-pve/terraform/inventory-lxc.tmpl
Normal 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 ~}
|
||||
Reference in New Issue
Block a user