diff options
| -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: | 
