Replace pihole with adguardhome
AGH is much simpler to install and manage, and does DoH natively.
This commit is contained in:
5
ansible/roles/adguardhome/handlers/main.yml
Normal file
5
ansible/roles/adguardhome/handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: restart adguardhome
|
||||
service:
|
||||
name: adguardhome
|
||||
state: restarted
|
||||
become: true
|
Reference in New Issue
Block a user