tf-ansible-workflow

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

dnsmasq.j2 (157B)


      1 # Ansible generated dnsmasq.conf snippet
      2 {% for host in qemu_config %}
      3 # libvirt host {{ host.id }}
      4 dhcp-host={{ host.macaddr }},{{ host.ip4 }}
      5 {% endfor %}