tf-ansible-workflow

Terraform/Ansible Workflow for Libvirt
git clone https://git.in0rdr.ch/tf-ansible-workflow.git
Log | Files | Refs | Pull requests |Archive

inventory.tpl (156B)


      1 [local]
      2 localhost ansible_connection=local
      3 
      4 [qemu]
      5 %{ for host in hosts ~}
      6 ${host.name}
      7 %{ endfor ~}
      8 
      9 [qemu:vars]
     10 ansible_ssh_common_args='-F ../ssh/config'