Add option to deploy external docker-compose stack

This commit is contained in:
2023-07-20 03:51:44 -04:00
parent 56aee460ad
commit a635c7aa48
3 changed files with 70 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# {{ ansible_managed }}
{% if item.env is defined %}
{% for kvpair in item.env.items() %}
{{ kvpair.0 }}={{ kvpair.1 }}
{% endfor %}
{% endif %}