Initial Commit

This commit is contained in:
2021-12-11 22:46:32 +01:00
commit 8354baa32f
47 changed files with 1283 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
- name: restart dhcpd
systemd:
name: dhcpd
state: restarted
daemon_reload: true
- name: restart named
systemd:
name: named
state: restarted
daemon_reload: true