Skip to content
Extraits de code Groupes Projets
Valider cc6e5c75 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

Add nagios URL as alias

parent 46e5073b
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -7,12 +7,15 @@ services: ...@@ -7,12 +7,15 @@ services:
TZ: "{{ timezone }}" TZ: "{{ timezone }}"
networks: networks:
shared: 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: aliases:
{% if inventory_hostname in groups['docker_auth'] %} {% if inventory_hostname in groups['docker_auth'] %}
- {{ ldap_url }} - {{ ldap_url }}
- {{ sso_url }} - {{ sso_url }}
{% endif %} {% endif %}
{% if inventory_hostname in groups['docker_nagios'] %}
- {{ nagios_url }}
{% endif %}
{% if inventory_hostname in groups['docker_nextcloud'] | union(groups['docker_owncloud']) %} {% if inventory_hostname in groups['docker_nextcloud'] | union(groups['docker_owncloud']) %}
- {{ cloud_url }} - {{ cloud_url }}
{% if cloud_collabora %} {% if cloud_collabora %}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter