Feat: deploy nas pihole docker-compose
This commit is contained in:
12
roles/pihole/defaults/main.yml
Normal file
12
roles/pihole/defaults/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user