June
f0c5c2b265
Do this to not have dependencies on an NGINX setup. With those dependencies in place setting up the certificates initially would be quite painful, since a half-configured NGINX would need to be there for the challenge and then only after the certificates are present, the full NGINX configuration could be deployed successfully.
5 lines
131 B
YAML
5 lines
131 B
YAML
- name: obtain certificates
|
|
loop: "{{ certbot__certificate_domains }}"
|
|
ansible.builtin.include_tasks:
|
|
file: main/cert.yaml
|