summaryrefslogtreecommitdiffstats
path: root/ansible/deployment_poc/templates/dhcpd.conf.j2
blob: 5309ae4effc470a01f732ab72af253dece8e193f (plain)
1
2
3
4
5
host {{ vm_name }} {
  hardware ethernet {{ mac_address }};
  fixed-address {{ ip_address }};
  filename "replace-with-bootfile";
}