diff options
| author | 2024-05-30 16:06:36 +0200 | |
|---|---|---|
| committer | 2024-05-30 16:06:36 +0200 | |
| commit | b0fb3453327cf80a61d8a4f158b79fde8017fa56 (patch) | |
| tree | 4b5113b744a02b29a3948bd86a555482cd323147 | |
| parent | Install custom Prometheus version (diff) | |
Pleasure the style dictator
Co-authored-by: Amrou Bellalouna <[email protected]>
| -rw-r--r-- | ansible/host_vars/lovelace/prometheus.yml | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/ansible/host_vars/lovelace/prometheus.yml b/ansible/host_vars/lovelace/prometheus.yml index cc35844..831ce8f 100644 --- a/ansible/host_vars/lovelace/prometheus.yml +++ b/ansible/host_vars/lovelace/prometheus.yml @@ -1,6 +1,10 @@  --- -prometheus_cmdline_options: " --web.config.file=/etc/prometheus/web_config.yml --config.file=/etc/prometheus/prometheus.yml --web.page-title='Python Discord Helper Monitoring And Supervision Service' --storage.tsdb.path='/var/lib/prometheus/metrics2/'" +prometheus_cmdline_options: >- +  --web.config.file=/etc/prometheus/web_config.yml +  --config.file=/etc/prometheus/prometheus.yml +  --web.page-title='Python Discord Helper Monitoring And Supervision Service' +  --storage.tsdb.path='/var/lib/prometheus/metrics2/'  prometheus_web_configuration:    tls_server_config: | 
