diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-13 22:14:29 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-13 22:20:16 +0200 |
| commit | c10b52fb07dd4c92e827b64bf3ac673c69d9d14f (patch) | |
| tree | 057f20be613df0d8678e0d17a17f9439130d1f1e /roles/pihole/defaults | |
| parent | f15f59c6f49f48c7e24fabfc003ef9dcfe612e3a (diff) | |
Add pihole port configurations and integration with nginx
Diffstat (limited to 'roles/pihole/defaults')
| -rw-r--r-- | roles/pihole/defaults/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/pihole/defaults/main.yml b/roles/pihole/defaults/main.yml index d3f8b09c..f5a5047c 100644 --- a/roles/pihole/defaults/main.yml +++ b/roles/pihole/defaults/main.yml @@ -18,3 +18,5 @@ pihole_dhcp_lease_time: "" pihole_dhcp_domain: "local" pihole_dhcp_hosts: [] pihole_domain: "" +pihole_port: "8081" +pihole_by_nginx: false |
