Deploys and configures Pi-hole.
To install Arch Linux packages, this role relies on the pacman module of the community general collection. Install it with ansible-galaxy collection install community.general
.
None.
This role requires my ansible-role-nginx to be run previous to this.
- hosts: all
become: true
roles:
- ansible-role-pihole
Ansible-role-pihole is licensed under the MIT license.