@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
9 lines (6 loc) • 328 B
YAML
certbot_dir: C:\Certbot
certbot_path: C:\Python39\Scripts\certbot.exe
certbot_create_command: "{{ certbot_path }} certonly --noninteractive --dns-cloudflare --agree-tos --email \
{{ certificate.email | default(certbot_admin_email) }} --dns-cloudflare-propagation-seconds 14 -d \
{{ certificate.domains | join(',') }}"