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
+5
View File
@@ -0,0 +1,5 @@
# {{ ansible_managed }}
{% for key, value in certbot_config_file_options.items() %}
{{ key }} = {{ value }}
{% endfor %}