aboutsummaryrefslogtreecommitdiffstats
path: root/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbook.yml')
-rw-r--r--playbook.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml
index 91a025c..995dc0b 100644
--- a/playbook.yml
+++ b/playbook.yml
@@ -4,6 +4,7 @@
- common
- ufw
- prometheus-node-exporter
+ - wireguard
- fail2ban
- name: Deploy our monitoring stack
@@ -11,6 +12,15 @@
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: