mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-07-03 22:21:34 +02:00
16 lines
344 B
YAML
16 lines
344 B
YAML
---
|
|
- include: include-vars.yml
|
|
|
|
- include: install-with-package.yml
|
|
when: not certbot_install_from_source
|
|
|
|
- include: install-from-source.yml
|
|
when: certbot_install_from_source
|
|
|
|
- include: create-cert-standalone.yml
|
|
with_items: "{{ certbot_certs }}"
|
|
when: certbot_create_if_missing
|
|
|
|
- include: renew-cron.yml
|
|
when: certbot_auto_renew
|