From b0fb3453327cf80a61d8a4f158b79fde8017fa56 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 30 May 2024 16:06:36 +0200 Subject: Pleasure the style dictator Co-authored-by: Amrou Bellalouna --- ansible/host_vars/lovelace/prometheus.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ansible') 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: -- cgit v1.2.3