Implement DNS (bind9) and DHCP (isc-dhcp-server) and TFTP (tftpd-hpa).

This commit is contained in:
Andreas B. Mundt 2021-04-09 11:20:21 +02:00 committed by Andreas B. Mundt
parent ebcfd88ef4
commit d8366d2ca2
9 changed files with 279 additions and 1 deletions

View file

@ -0,0 +1,11 @@
- name: restart isc-dhcp-server
systemd: name=isc-dhcp-server state=restarted enabled=yes
listen: restart isc-dhcp-server
- name: restart bind
systemd: name=bind9 state=restarted enabled=yes
listen: restart bind
- name: restart tftpd-hpa
systemd: name=tftpd-hpa state=restarted enabled=yes
listen: restart tftpd-hpa