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/meta | |
| parent | f15f59c6f49f48c7e24fabfc003ef9dcfe612e3a (diff) | |
Add pihole port configurations and integration with nginx
Diffstat (limited to 'roles/pihole/meta')
| -rw-r--r-- | roles/pihole/meta/argument_specs.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/pihole/meta/argument_specs.yml b/roles/pihole/meta/argument_specs.yml index 5ed8d528..e6ba264e 100644 --- a/roles/pihole/meta/argument_specs.yml +++ b/roles/pihole/meta/argument_specs.yml @@ -64,3 +64,11 @@ argument_specs: type: "str" description: "The domain name to be configured when the pi is exposed over the internet" default: "" + pihole_port: + type: "str" + description: "The port to serve pihole on, when empty use pihole default 80,433" + default: "8081" + pihole_by_nginx: + description: "Serve pihole behind nginx reverse proxy" + type: "bool" + default: false |
