hashistack/roles/nomad/templates/nomad.env.j2
Bertrand Lanson 2c9f538cef
All checks were successful
development / Check commit compliance (push) Successful in 6s
feat(roles): integrate nomad role to hashistack collection
2024-07-19 23:32:24 +02:00

5 lines
120 B
Django/Jinja

# {{ ansible_managed }}
{% for item in nomad_env_variables %}
{{ item }}="{{ nomad_env_variables[item] }}"
{% endfor %}