diff options
| -rw-r--r-- | ansible/host_vars/lovelace/prometheus.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/ansible/host_vars/lovelace/prometheus.yml b/ansible/host_vars/lovelace/prometheus.yml index 831ce8f..be8e860 100644 --- a/ansible/host_vars/lovelace/prometheus.yml +++ b/ansible/host_vars/lovelace/prometheus.yml @@ -11,6 +11,9 @@ prometheus_web_configuration:      cert_file: "/etc/letsencrypt/live/prometheus.{{ inventory_hostname }}.box.pydis.wtf/fullchain.pem"      key_file: "/etc/letsencrypt/live/prometheus.{{ inventory_hostname }}.box.pydis.wtf/privkey.pem" +    # mTLS preferences +    client_auth_type: RequireAndVerifyClientCert +    client_ca_file: /opt/pydis/ca.pem  prometheus_configuration:    global: | 
