2022-11-21 17:40:47 +01:00
pi-hole
2022-11-18 18:33:37 +01:00
=========
2022-11-21 17:40:47 +01:00
This role setup minimal requirements for pi-hole setup but actually cannot install pi-hole for you. In addition setup firewall for you; can install custom list directly in the Database or update DNS Database List
2022-11-18 18:33:37 +01:00
Requirements
------------
2022-11-21 17:40:47 +01:00
.
2022-11-18 18:33:37 +01:00
Role Variables
--------------
2022-11-21 17:54:00 +01:00
- **pihole_install_custom_list** (boolean): If true will install custom list into the pi-hole database
- **pihole_update_gravity** (boolean): If true the dns database will be updated
- **pihole_custom_list** (array): Array of URLs that can be installed as DNS lists. **Actually doesn't clean old lists before install!**
2022-11-18 18:33:37 +01:00
Dependencies
------------
2022-11-21 17:40:47 +01:00
.
2022-11-18 18:33:37 +01:00
Example Playbook
----------------
2022-11-21 17:40:47 +01:00
`ansible-playbook -i inventory/example.yml pi-hole.yml --extra-vars="target=example_target"`
2022-11-18 18:33:37 +01:00
License
-------
2022-11-21 17:40:47 +01:00
GPLv3
2022-11-18 18:33:37 +01:00
Author Information
------------------
2022-11-21 17:40:47 +01:00
- [Claudio Maradonna ](https://social.unitoo.it/claudio )