Initial commit
This commit is contained in:
commit
d6bd3862eb
19 changed files with 357 additions and 0 deletions
6
roles/pihole/handlers/main.yml
Normal file
6
roles/pihole/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- name: Restart dnsmasq
|
||||
service:
|
||||
name: dnsmasq
|
||||
enabled: true
|
||||
state: restarted
|
||||
when: ansible_facts.services['dnsmasq.service'] is defined
|
Loading…
Add table
Add a link
Reference in a new issue