Restructuring/renaming DNS, DHCP, TFTP and netboot installer.

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.
This commit is contained in:
Andreas B. Mundt 2021-04-09 10:31:16 +02:00 committed by Andreas B. Mundt
parent e55997a01c
commit ebcfd88ef4
10 changed files with 18 additions and 18 deletions

View file

@ -0,0 +1,3 @@
interface={{ if_lan }}
dhcp-range={{ dhcp_start }},{{ dhcp_stop }},2h
dhcp-generate-names

View file

@ -0,0 +1,5 @@
enable-tftp
tftp-root={{ tftp_root }}
dhcp-boot=d-i/n-a/pxelinux.0
dhcp-match=set:efi-x86_64,option:client-arch,7
dhcp-boot=tag:efi-x86_64,d-i/n-a/bootnetx64.efi