myos/ansible/roles/hosts/templates/myos.j2

5 lines
129 B
Plaintext
Raw Normal View History

2021-07-15 00:58:24 +02:00
MYOS={{ lookup('env','ANSIBLE_MYOS') }}
2021-02-09 17:05:00 +01:00
{% for var in hosts_user_env|default([]) %}
{{var}}={{ lookup('env',var) }}
{% endfor %}