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

[FIX] add networks only if in full_maintenance

parent e9cc3f0c
No related branches found
No related tags found
No related merge requests found
......@@ -49,14 +49,14 @@ services:
- "0.0.0.0:80:80/tcp"
- "0.0.0.0:443:443/tcp"
- "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/udp"
{% endif %}
- "[::]:80:80/tcp"
- "[::]:443:443/tcp"
- "[::]:443:443/udp"
{% if inventory_hostname in groups['maintenance_contract'] %}
{% if inventory_hostname in groups['full_maintenance'] %}
- "[::]:8443:8443/tcp"
- "[::]:8443:8443/udp"
{% endif %}
......
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