added a role variable to set global certbot options in configuration file

This commit is contained in:
exploide
2018-01-18 17:06:07 +01:00
parent 3f1a802d71
commit 18b991db03
5 changed files with 26 additions and 2 deletions
+3
View File
@@ -1,4 +1,7 @@
---
# Global options for configuration file
certbot_config_file_options: {}
# Certbot auto-renew cron job configuration (for certificate renewals).
certbot_auto_renew: true
certbot_auto_renew_user: "{{ ansible_user }}"