diff options
Diffstat (limited to '')
| -rw-r--r-- | playbook.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/playbook.yml b/playbook.yml index 34f9f5c..91a025c 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,10 +2,8 @@ hosts: all roles: - common - - jumpcloud - ufw - prometheus-node-exporter - - wireguard - fail2ban - name: Deploy our monitoring stack @@ -13,15 +11,6 @@ roles: - prometheus -- name: Deploy nginx & certbot to hosts - hosts: nginx - roles: - - certbot - - nginx - - nginx-geoip - - nginx-ufw - - nginx-cloudflare-mtls - - name: Deploy podman to container service hosts hosts: podman roles: @@ -31,17 +20,3 @@ hosts: lovelace roles: - postgres - -- name: Deploy monitoring software - hosts: neumann - roles: - - elasticsearch - - kibana - - kibana-nginx - -- name: Deploy monitoring agents - hosts: all - roles: - - filebeat - - packetbeat - - auditbeat |