tmp-iac/debian/debian/templates/hosts.yml.tftpl
2022-10-30 00:33:23 +05:30

5 lines
98 B
Plaintext

[debainbasic]
%{ for vm in vms ~}
${vm.name} ansible_host=${vm.ip} ansible_user=root
%{ endfor ~}