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: