aboutsummaryrefslogtreecommitdiffstats
path: root/playbook.yml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-06-01 22:40:36 +0100
committerGravatar ChrisJL <[email protected]>2023-07-24 14:42:09 +0100
commit0d8bb6829dfe9358ad29ac7f0bf9ef80fd553e3d (patch)
tree5b586b477335e08d5f8b6e9f62f59599c1c2cade /playbook.yml
parentRemove bad default fail2ban ignore IP (diff)
Re-add previous ansible roles
Co-authored-by: Hassan Abouelela <[email protected]> Co-authored-by: Johannes Christ <[email protected]> Co-authored-by: Joe Banks <[email protected]> Co-authored-by: MarkKoz <[email protected]>
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: