tf-ansible-workflow

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

libvirt-network.xml.j2 (183B)


      1       <!-- # Ansible generated libvirt network snippet -->
      2 {% for host in qemu_config %}
      3       <host mac='{{ host.macaddr }}' name='{{ host.fqdn }}' ip='{{ host.ip4 }}'/>
      4 {% endfor %}