10 lines
343 B
YAML
10 lines
343 B
YAML
# Correctly setup Let's Encrypt certificate renewal
|
|
# https://docs.ansible.com/ansible/latest/modules/acme_certificate_module.html
|
|
# - import_playbook: nginx-letsencrypt.yml
|
|
|
|
# - import_playbook: openssl.yml
|
|
# when: public_ipv4 = false
|
|
|
|
# when: public_ipv4 = true
|
|
include_role: certbot.yml
|
|
# https://github.com/geerlingguy/ansible-role-certbot |