system/ansible/deployment_poc/templates/dhcpd.conf.j2

6 lines
132 B
Plaintext
Raw Normal View History

host {{ vm_name }} {
hardware ethernet {{ mac_address }};
fixed-address {{ ip_address }};
filename "replace-with-bootfile";
}