diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-17 18:37:49 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-17 18:42:02 +0200 |
| commit | c7a4dfce1ad0b545b05a8043e321ad49e48873a6 (patch) | |
| tree | fe8a0bfc1bc31dc93a8138cce179df2416875bf4 /roles/wg_portal/meta | |
| parent | d9dcfdd822f90eb65117523d7c15694fae952bd2 (diff) | |
Refactor pi roles to use .home.arpa subdomains for services
Diffstat (limited to 'roles/wg_portal/meta')
| -rw-r--r-- | roles/wg_portal/meta/argument_specs.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/wg_portal/meta/argument_specs.yml b/roles/wg_portal/meta/argument_specs.yml index 3ffdc604..eee9d7ed 100644 --- a/roles/wg_portal/meta/argument_specs.yml +++ b/roles/wg_portal/meta/argument_specs.yml @@ -14,7 +14,7 @@ argument_specs: description: "Password hash for wg-portal authentication" type: "str" default: "{{ ('changeme' | hash('sha256') | hash('sha256'))[:64] }}" - wg_portal_by_nginx: - description: "Serve wg_portal behind nginx reverse proxy" - type: "bool" - default: false + wg_portal_hostname: + type: "str" + description: "FQDN for the wg-portal nginx vhost (e.g. 'vpn.home.arpa')." + default: "vpn.home.arpa" |
