This commit is contained in:
2022-11-18 02:40:30 -05:00
parent c9b21fa712
commit de6bfffe62
16 changed files with 143 additions and 187 deletions

View File

@@ -0,0 +1,4 @@
# {{ ansible_managed }}
{% for key, value in webserver_env.items() %}
{{ key }}={{ value }}
{% endfor %}