Initial commit
This commit is contained in:
commit
d6bd3862eb
19 changed files with 357 additions and 0 deletions
4
roles/pihole/templates/gravity-sync.conf.j2
Normal file
4
roles/pihole/templates/gravity-sync.conf.j2
Normal file
|
@ -0,0 +1,4 @@
|
|||
REMOTE_HOST={{ sync_target }}
|
||||
REMOTE_USER=pihole
|
||||
|
||||
GS_SSH_PKIF=/home/pihole/.ssh/id_ed25519
|
16
roles/pihole/templates/setupVars.j2
Normal file
16
roles/pihole/templates/setupVars.j2
Normal file
|
@ -0,0 +1,16 @@
|
|||
IPV4_ADDRESS={{ ansible_host }}/24
|
||||
PIHOLE_INTERFACE=eth0
|
||||
QUERY_LOGGING=true
|
||||
INSTALL_WEB_SERVER=true
|
||||
INSTALL_WEB_INTERFACE=true
|
||||
LIGHTTPD_ENABLED=true
|
||||
CACHE_SIZE=10000
|
||||
DNS_FQDN_REQUIRED=true
|
||||
DNS_BOGUS_PRIV=true
|
||||
DNSMASQ_LISTENING=local
|
||||
WEBPASSWORD=998ed4d621742d0c2d85ed84173db569afa194d4597686cae947324aa58ab4bb
|
||||
BLOCKING_ENABLED=true
|
||||
DNSSEC=false
|
||||
REV_SERVER=false
|
||||
PIHOLE_DNS_1=8.8.8.8
|
||||
PIHOLE_DNS_2=8.8.4.4
|
Loading…
Add table
Add a link
Reference in a new issue