From f05a32cc256df6239bcc98660dc3184934bc7bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 14 Apr 2022 22:25:09 +0200 Subject: [PATCH] do not generate cert --- roles/webgateway/tasks/main.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/webgateway/tasks/main.yaml b/roles/webgateway/tasks/main.yaml index fff3965..c122ee9 100644 --- a/roles/webgateway/tasks/main.yaml +++ b/roles/webgateway/tasks/main.yaml @@ -24,15 +24,15 @@ state: restarted enabled: yes -- name: Generate certificate for all proxied domains - command: - cmd: certbot certonly --nginx -d {{item.domain}} - with_items: "{{ proxy }}" - -- name: Generate certificate for all static sites - command: - cmd: certbot certonly --nginx -d {{item.domain}} - with_items: "{{ static }}" +#- name: Generate certificate for all proxied domains +# command: +# cmd: certbot certonly --nginx -d {{item.domain}} +# with_items: "{{ proxy }}" +# +#- name: Generate certificate for all static sites +# command: +# cmd: certbot certonly --nginx -d {{item.domain}} +# with_items: "{{ static }}" - name: "Generate certbot script" ansible.builtin.template: