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