diff options
Diffstat (limited to 'roles/prometheus/meta')
| -rw-r--r-- | roles/prometheus/meta/argument_specs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/prometheus/meta/argument_specs.yml b/roles/prometheus/meta/argument_specs.yml index ead1afa8..4d4d65e6 100644 --- a/roles/prometheus/meta/argument_specs.yml +++ b/roles/prometheus/meta/argument_specs.yml @@ -4,6 +4,10 @@ argument_specs: short_description: "Install and configure Prometheus monitoring with node exporter" description: "Install and configure Prometheus monitoring with node exporter" options: + prometheus_host: + description: "host for Prometheus web interface" + type: "str" + default: "127.0.0.1" prometheus_port: description: "Port for Prometheus web interface" type: "int" |
