Made role OS-specific, added README
This commit is contained in:
parent
f04a39cfc6
commit
b59417c678
5 changed files with 28 additions and 11 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
ansible role to deploy and configure pihole, including local DNS entries
|
||||
|
||||
# Required variables
|
||||
... e.g. in `group_vars`
|
||||
- `local_dns_entries` A list of local DNS entries to be set up. Only IPv4 is supported currently. Example:
|
||||
```
|
||||
local_dns_entries:
|
||||
- domain: printer.local
|
||||
ip4: 192.168.1.50
|
||||
```
|
||||
- `pihole_admin_password` The password to be used on the WebUI login. Should be defined in an encrypted ansible vault
|
Loading…
Add table
Add a link
Reference in a new issue