ansible-role-swarm/templates/default.j2

8 lines
184 B
Text
Raw Normal View History

2022-04-06 08:17:32 +00:00
# {{ ansible_managed }}
{% if swarm_proxy_url is defined %}
https_proxy={{ swarm_proxy_url }}
http_proxy={{ swarm_proxy_url }}
no_proxy={{ swarm_proxy_ignore|join(',') }}
2022-04-06 08:17:32 +00:00
{% endif %}