From b1d4cef351365932bfaafdfb0b5aaed0377a4ae4 Mon Sep 17 00:00:00 2001 From: s3lph Date: Wed, 18 Nov 2020 13:08:38 +0100 Subject: [PATCH] Make mTLS the default --- playbooks/monitoring.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/playbooks/monitoring.yml b/playbooks/monitoring.yml index 63d3a27..ecbfb71 100644 --- a/playbooks/monitoring.yml +++ b/playbooks/monitoring.yml @@ -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