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