Skip to content
Snippets Groups Projects
Commit cc6e5c75 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

Add nagios URL as alias

parent 46e5073b
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,15 @@ services:
TZ: "{{ timezone }}"
networks:
shared:
{% if inventory_hostname in groups['docker_auth'] or cloud_collabora or cloud_onlyoffice %}
{% if inventory_hostname in groups['docker_auth'] | union(groups['docker_nagios']) or cloud_collabora or cloud_onlyoffice %}
aliases:
{% if inventory_hostname in groups['docker_auth'] %}
- {{ ldap_url }}
- {{ sso_url }}
{% endif %}
{% if inventory_hostname in groups['docker_nagios'] %}
- {{ nagios_url }}
{% endif %}
{% if inventory_hostname in groups['docker_nextcloud'] | union(groups['docker_owncloud']) %}
- {{ cloud_url }}
{% if cloud_collabora %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment