fix firewall6 sur odlyd

This commit is contained in:
Daniel STAN 2014-08-25 22:16:16 +02:00
parent dfa439467d
commit e6bd4e9323
2 changed files with 13 additions and 3 deletions

View file

@ -1,8 +1,18 @@
# -*- python -*-
# -*- coding: utf-8 -*-
# Généré par gestion/extractionbcfg2.py sur bcfg2, à partir de Metadata/groups.xml
# Fichier anciennement généré par bcfg2, déprécié. Utiliser services.py
adm_only = []
role = {'zamok': ['adherents-server'], 'nat64': ['routeur-nat64'], 'komaz': ['wifi-router', 'appt-proxy', 'main-router'], 'dyson': ['sniffer'], 'isc': ['appt-proxy'], 'dhcp': ['appt-proxy'], 'ovh': ['externe'], 'soyouz': ['externe'], 'routeur': ['appt-proxy']}
role = {
'zamok': ['adherents-server'],
'nat64': ['routeur-nat64'],
'odlyd': ['wifi-router', 'appt-proxy', 'main-router'],
'dyson': ['sniffer'],
'isc': ['appt-proxy'],
'dhcp': ['appt-proxy'],
'ovh': ['externe'],
'soyouz': ['externe'],
'routeur': ['appt-proxy']
}