Feat: deploy nas pihole docker-compose

This commit is contained in:
2022-06-04 06:36:34 +02:00
parent bde73c9601
commit 5b3faafcb1
6 changed files with 83 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
# directories
pihole_container_name: pihole
pihole_data_directory: "{{ docker_home }}/pihole"
pihole_docker_image: pihole/pihole:2022.05
pihole_hostname: pihole
pihole_domainname: lan
pihole_ip: 192.168.2.2
pihole_TZ: 'France/Paris'
pihole_subnet: 192.168.2.0/24
pihole_gateway: 192.168.2.1