Fixup Elastic Fleet

This commit is contained in:
Josh Brower
2023-04-03 16:50:34 -04:00
parent 035451cdb8
commit c2d4e870c8
4 changed files with 5 additions and 9 deletions
-3
View File
@@ -52,11 +52,8 @@ so-elastic-fleet:
- sobridge:
- ipv4_address: {{ DOCKER.containers['so-elastic-fleet'].ip }}
- extra_hosts:
{% if GLOBALS.is_manager %}
- {{ GLOBALS.manager }}:{{ GLOBALS.manager_ip }}
{% else %}
- {{ GLOBALS.hostname }}:{{ GLOBALS.node_ip }}
{% endif %}
- port_bindings:
{% for BINDING in DOCKER.containers['so-elastic-fleet'].port_bindings %}
- {{ BINDING }}