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

Make mTLS the default

This commit is contained in:
s3lph 2020-11-18 13:08:38 +01:00
parent a43ad48b3a
commit b1d4cef351

View file

@ -1,24 +1,30 @@
---
- hosts: cas
- hosts: ca
roles:
- s3lph.pki.pki_ca
- hosts: new_nodes
- hosts: node
strategy: free
roles:
- s3lph.pki.pki_entity
- s3lph.prometheus.prometheus_node
- hosts: all_nodes
- hosts: openbsd_node
strategy: free
roles:
- s3lph.pki.pki_entity
- s3lph.prometheus.prometheus_node_openbsd
- hosts: node_https_auth
strategy: free
roles:
- s3lph.prometheus.prometheus_node
- hosts: openbsd_node
- hosts: node_http
strategy: free
roles:
- s3lph.prometheus.prometheus_node_openbsd
- s3lph.prometheus.prometheus_node
- hosts: alertmanagers
strategy: free