--- certbot_certs: [] certbot_certs_email: root@{{ ansible_inventory }} certbot_request_fqdn_cert: true certbot_plugin_arguments: digitalocean: --dns-digitalocean --dns-digitalocean-credentials /root/do_secrets.ini godaddy: --authenticator dns-godaddy --dns-godaddy-credentials /root/gd_secrets.ini route53: --dns-route53 default: "--webroot -w /var/www/acme-challenge" certbot_packages: - certbot certbot_plugins_source: pypi certbot_plugins_package_prefix: certbot-dns- certbot_timer_service: certbot.timer