aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
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.