aboutsummaryrefslogtreecommitdiffstats
path: root/playbook.yml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-10-12 20:23:37 +0100
committerGravatar Johannes Christ <[email protected]>2022-10-18 23:14:17 +0200
commit1295dd8f97b7aed56cfa842da7d1923af1a526d5 (patch)
tree74d7eca1ce00bedd34094a441060b0f0d95afead /playbook.yml
parentDisable `fqcn-builtins` lint (diff)
Delete roles we won't use with self-hosted k8s
Diffstat (limited to 'playbook.yml')
-rw-r--r--playbook.yml25
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