2020-04-09 11:30:30 +00:00
|
|
|
---
|
|
|
|
- import_tasks: include-vars.yml
|
|
|
|
|
|
|
|
- import_tasks: install-with-package.yml
|
|
|
|
when: not certbot_install_from_source
|
|
|
|
|
|
|
|
- import_tasks: install-from-source.yml
|
|
|
|
when: certbot_install_from_source
|
|
|
|
|
|
|
|
- include_tasks: create-cert-standalone.yml
|
|
|
|
with_items: "{{ certbot_certs }}"
|
|
|
|
when:
|
2021-07-17 07:43:37 +00:00
|
|
|
- certbot_create_if_missing or certbot_force
|
2020-04-09 11:30:30 +00:00
|
|
|
- certbot_create_method == 'standalone'
|
|
|
|
loop_control:
|
|
|
|
loop_var: cert_item
|
|
|
|
|
|
|
|
- import_tasks: renew-cron.yml
|
|
|
|
when: certbot_auto_renew
|