summaryrefslogtreecommitdiffstats
path: root/roles/cgit/meta/argument_specs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cgit/meta/argument_specs.yml')
-rw-r--r--roles/cgit/meta/argument_specs.yml10
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