aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/playbook.yml')
-rw-r--r--ansible/playbook.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml
index 9496409..62fc2d0 100644
--- a/ansible/playbook.yml
+++ b/ansible/playbook.yml
@@ -1,6 +1,7 @@
- name: Deploy common services
hosts: all
roles:
+ - certbot
- common
- pydis-users
- nftables
@@ -16,10 +17,9 @@
- prometheus
- prometheus-blackbox-exporter
-- name: Deploy nginx & certbot to hosts
+- name: Deploy nginx to hosts
hosts: nginx
roles:
- - certbot
- nginx
- nginx-geoip
- nginx-cloudflare-mtls