2019-09-21 18:49:21 +00:00
|
|
|
# Correctly setup Let's Encrypt certificate renewal
|
|
|
|
# https://docs.ansible.com/ansible/latest/modules/acme_certificate_module.html
|
2019-10-03 02:04:52 +00:00
|
|
|
# - import_playbook: nginx-letsencrypt.yml
|
|
|
|
|
|
|
|
# - import_playbook: openssl.yml
|
|
|
|
# when: public_ipv4 = false
|
|
|
|
|
|
|
|
# when: public_ipv4 = true
|
|
|
|
include_role: certbot.yml
|
2019-09-21 18:49:21 +00:00
|
|
|
# https://github.com/geerlingguy/ansible-role-certbot
|