Install Pi-hole with some existing problems

There is an error telling that dnsmasq doesn't start, this might have
to do with the user having to be root.
The DNS service also isn't exposed yet as it needs some ufw forwarding
(there's a TODO in the code mentioning this).
This commit is contained in:
Thomas Kleinendorst 2024-04-13 15:26:45 +02:00
parent 22376928e2
commit 21237b64c0
5 changed files with 116 additions and 3 deletions

View file

@ -0,0 +1,6 @@
---
- name: Restart Nginx
become: true
ansible.builtin.systemd:
name: nginx.service
state: restarted