PIHOLE_INTERFACE=eth0 IPV4_ADDRESS={{ query('community.general.dig', inventory_hostname, 'qtype=A') | first }}/24 {# IPV6_ADDRESS={{ query('community.general.dig', inventory_hostname, 'qtype=AAAA') | first }} #} QUERY_LOGGING=true INSTALL_WEB_SERVER=true INSTALL_WEB_INTERFACE=true LIGHTTPD_ENABLED=true CACHE_SIZE=10000 BLOCKING_ENABLED=true {# doesn't matter, password will be set using pihole cli later #} WEBPASSWORD=642da416d1acba139eb35a948e43318104937f4eeceb8b33663d46c23f56dbfa DNSMASQ_LISTENING=single PIHOLE_DNS_1={{ pihole_primary_dns_server }} PIHOLE_DNS_2={{ pihole_fallback_dns_server }} DNS_FQDN_REQUIRED=true DNS_BOGUS_PRIV=true DNSSEC=false REV_SERVER=false