diff options
Diffstat (limited to 'roles/grafana/meta')
| -rw-r--r-- | roles/grafana/meta/argument_specs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/grafana/meta/argument_specs.yml b/roles/grafana/meta/argument_specs.yml index fee43a8c..5a38b97d 100644 --- a/roles/grafana/meta/argument_specs.yml +++ b/roles/grafana/meta/argument_specs.yml @@ -48,6 +48,10 @@ argument_specs: description: "Whether this is the default datasource" type: "bool" default: false + grafana_hostname: + type: "str" + description: "FQDN for the grafana nginx vhost (e.g. 'monitor.home.arpa')." + default: "monitor.home.arpa" grafana_dashboards: description: "List of community dashboards to download and provision" type: "list" |
