diff --git a/templates/templates.cfg.j2 b/templates/templates.cfg.j2 index 2c36c3558cbced1be1db462c4b872596b5c8323f..8bdcc12d315123c550e2572192ce185ad74e887e 100644 --- a/templates/templates.cfg.j2 +++ b/templates/templates.cfg.j2 @@ -157,7 +157,7 @@ define servicegroup{ define servicegroup{ servicegroup_name docker_odoo alias Odoo Dockers - members {% for host in groups['docker_odoo'] | sort %}{% if host != 'Filament_Odoo' %}{% for name in hostvars[host].odoo_instances.keys() | default([]) %}{{ host }},Docker {{ name }},{% endfor %}{% endif %}{% if hostvars[host].restrict_internet_access and hostvars[host].whitelisted_urls is defined %}{{ host }},Docker Odoo Whitelists,{% endif %}{% endfor %}Filament_Odoo,Docker Odoo + members {% for host in groups['docker_odoo'] | sort %}{% if host != 'Filament_Odoo' %}{% for name in hostvars[host].odoo_instances.keys() | default([]) %}{{ host }},Docker {{ name }},{% endfor %}{% endif %}{% if hostvars[host].restrict_internet_access and hostvars[host].whitelisted_urls is defined %}{{ host }},Docker Odoo Whitelists,{% endif %}{% endfor %}Filament_Odoo,Docker odoo,Filament_Odoo,Docker Odoo Whitelists } define servicegroup{