diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-17 15:40:22 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-17 15:40:22 +0200 |
| commit | 22988554510dd5d76df4037cebe8e6662f4dbc61 (patch) | |
| tree | 9e2994f0d87d8b88886e913882ee47ab133d210c /roles/cgit/meta | |
| parent | 92ba528a34337b59408e41b124aafc8946439feb (diff) | |
Refactor proxy setup on cgit to simplify setup
Diffstat (limited to 'roles/cgit/meta')
| -rw-r--r-- | roles/cgit/meta/argument_specs.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/roles/cgit/meta/argument_specs.yml b/roles/cgit/meta/argument_specs.yml index 652598de..48676be9 100644 --- a/roles/cgit/meta/argument_specs.yml +++ b/roles/cgit/meta/argument_specs.yml @@ -4,7 +4,7 @@ argument_specs: options: cgit_hostname: type: "str" - description: "Public hostname for cgit (e.g. git.example.com)" + description: "Hostname for cgit (e.g. git.example.com)" default: "git.example.com" cgit_port: type: "int" @@ -30,11 +30,3 @@ argument_specs: type: "str" description: "System user for SSH git push access" default: "git" - cgit_proxy_host: - type: "str" - description: "Inventory hostname of the proxy container to deploy vhost on" - default: "proxy.home.arpa" - cgit_public_hostname: - type: "str" - description: "Optional public hostname for cgit (e.g. git.a14m.dev); enables public vhost block with TLS" - required: false |
