
Idea: The role 'dnsmasq' and a new role 'dns-dhcp-tftp' are drop-in replacements and interchangeable. 'netboot-installer' works indepently of the role chosen for DNS, DHCP and TFTP.
3 lines
90 B
Django/Jinja
3 lines
90 B
Django/Jinja
interface={{ if_lan }}
|
|
dhcp-range={{ dhcp_start }},{{ dhcp_stop }},2h
|
|
dhcp-generate-names
|