Migrate services part
This commit is contained in:
parent
7c59e4ae57
commit
73bce8f6e5
157 changed files with 3883 additions and 9 deletions
playbooks/templates
7
playbooks/templates/env.j2
Normal file
7
playbooks/templates/env.j2
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% for key, value in env.items() %}
|
||||
{% if value is boolean %}
|
||||
{{ key }}={{ value|lower }}
|
||||
{% else %}
|
||||
{{ key }}={{ value }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue