
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
104 B
YAML
3 lines
104 B
YAML
- name: restart dnsmasq
|
|
service: name=dnsmasq state=restarted enabled=yes
|
|
listen: "restart dnsmasq"
|