aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-30 12:27:07 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-30 12:34:05 +0200
commitdb38812d2daa7e19e74ae1b4ee9131eba06998bb (patch)
tree010a25ea0c0485c9a77dadc799394428e6c11291 /tasks
parent5c1f0e17b8b0e9ebba6078854c1224e7f5d93ac2 (diff)
Migrate to new Hetzner DNS API
Diffstat (limited to 'tasks')
-rw-r--r--tasks/jail_ingress.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tasks/jail_ingress.yml b/tasks/jail_ingress.yml
index b971372..b40148e 100644
--- a/tasks/jail_ingress.yml
+++ b/tasks/jail_ingress.yml
@@ -31,10 +31,10 @@
- name: Start pf
shell: service -j ingress pf start
when: pf_status.rc != 0
-
-- name: Generate LetsEncrypt certs
- shell: jexec ingress certbot certonly --nginx -n -m jan@jantuomi.fi --agree-tos -d {{ item }}
- loop: "{{ ingress_routes | map(attribute='host') | unique }}"
+#
+#- name: Generate LetsEncrypt certs
+# shell: jexec ingress certbot certonly --nginx -n -m jan@jantuomi.fi --agree-tos -d {{ item }}
+# loop: "{{ ingress_routes | map(attribute='host') | unique }}"
# It's important to run this after generating certs, because nginx.conf refers to files
# generated by certbot. Certbot will fail validation if nginx.conf is configured too early.