system/ansible/deployment_poc/templates/dhcpd.conf.j2
Georg 7bb88aaa66 Init Ansible NetBox DHCP POC deployment
Signed-off-by: Georg <georg@lysergic.dev>
2022-01-05 23:59:13 +01:00

6 lines
132 B
Django/Jinja

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