feat: initial commit
This commit is contained in:
parent
dc073bf590
commit
f8ec658b1a
18 changed files with 328 additions and 93 deletions
9
handlers/main.yaml
Normal file
9
handlers/main.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
# unbound
|
||||
- name: "restart unbound"
|
||||
ansible.builtin.systemd:
|
||||
name: "unbound.service"
|
||||
state: "restarted"
|
||||
daemon_reload: true
|
||||
enabled: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue