1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-22 19:36:59 +02:00

Fix typos and formatting issues

This commit is contained in:
s3lph 2020-11-18 00:36:11 +01:00
parent b171046f4c
commit 28ba191c8d
2 changed files with 3 additions and 2 deletions

View file

@ -27,4 +27,5 @@
- hosts: prometheus
roles:
- s3lph.pki.pki_entity
- s3lph.prometheus.prometheus

View file

@ -31,12 +31,12 @@
password: {{ job.basic_auth_password }}
{% endif -%}
{% if 'tls_config' in job %}
{% if 'tls_config' in job -%}
tls_config:
ca_file: {{ job.tls_config.ca_file }}
cert_file: {{ job.tls_config.cert_file }}
key_file: {{ job.tls_config.key_file }}
insecure_skip_verify: {{ job.tls_config.key_file | default(false) }}
insecure_skip_verify: {{ job.tls_config.insecure_skip_verify | default(false) }}
{% endif -%}
static_configs: