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

[FIX] add networks only if in full_maintenance

parent e9cc3f0c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -49,14 +49,14 @@ services: ...@@ -49,14 +49,14 @@ services:
- "0.0.0.0:80:80/tcp" - "0.0.0.0:80:80/tcp"
- "0.0.0.0:443:443/tcp" - "0.0.0.0:443:443/tcp"
- "0.0.0.0:443:443/udp" - "0.0.0.0:443:443/udp"
{% if inventory_hostname in groups['maintenance_contract'] %} {% if inventory_hostname in groups['full_maintenance'] %}
- "0.0.0.0:8443:8443/tcp" - "0.0.0.0:8443:8443/tcp"
- "0.0.0.0:8443:8443/udp" - "0.0.0.0:8443:8443/udp"
{% endif %} {% endif %}
- "[::]:80:80/tcp" - "[::]:80:80/tcp"
- "[::]:443:443/tcp" - "[::]:443:443/tcp"
- "[::]:443:443/udp" - "[::]:443:443/udp"
{% if inventory_hostname in groups['maintenance_contract'] %} {% if inventory_hostname in groups['full_maintenance'] %}
- "[::]:8443:8443/tcp" - "[::]:8443:8443/tcp"
- "[::]:8443:8443/udp" - "[::]:8443:8443/udp"
{% endif %} {% endif %}
......
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