mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
pasre WEB_IPS as json
This commit is contained in:
@@ -14,7 +14,7 @@ http:
|
|||||||
retailor-web-svc:
|
retailor-web-svc:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
{% for web_ip in env_vars.WEB_IPS %}
|
{% for web_ip in env_vars.WEB_IPS | from_json %}
|
||||||
- url: "http://{{ web_ip }}:80"
|
- url: "http://{{ web_ip }}:80"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user