mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-17 18:40:39 +02:00
added a role variable to set global certbot options in configuration file
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% for key, value in certbot_config_file_options.items() %}
|
||||
{{ key }} = {{ value }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user