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