Initial Commit

This commit is contained in:
2022-02-21 21:41:31 +01:00
commit 57dc81f353
15 changed files with 779 additions and 0 deletions

7
handlers/main.yml Normal file
View File

@ -0,0 +1,7 @@
---
- name: restart named
systemd:
name: "{{ bind_service_name }}"
state: restarted
daemon_reload: true