do not generate cert
This commit is contained in:
parent
fbd5bb72ef
commit
f05a32cc25
@ -24,15 +24,15 @@
|
|||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
- name: Generate certificate for all proxied domains
|
#- name: Generate certificate for all proxied domains
|
||||||
command:
|
# command:
|
||||||
cmd: certbot certonly --nginx -d {{item.domain}}
|
# cmd: certbot certonly --nginx -d {{item.domain}}
|
||||||
with_items: "{{ proxy }}"
|
# with_items: "{{ proxy }}"
|
||||||
|
#
|
||||||
- name: Generate certificate for all static sites
|
#- name: Generate certificate for all static sites
|
||||||
command:
|
# command:
|
||||||
cmd: certbot certonly --nginx -d {{item.domain}}
|
# cmd: certbot certonly --nginx -d {{item.domain}}
|
||||||
with_items: "{{ static }}"
|
# with_items: "{{ static }}"
|
||||||
|
|
||||||
- name: "Generate certbot script"
|
- name: "Generate certbot script"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
Loading…
Reference in New Issue
Block a user