]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - ssh/generate_config.py
[ssh/generate_config] regexp : Les . sont des vrais .
[scripts-20-100.git] / ssh / generate_config.py
index 4c0aa88c5a8912edc0af2381f6d05196468fb69e..ae730c39f01b721007551a2f44d5defa89d91faa 100755 (executable)
@@ -20,7 +20,7 @@ static_before_file = "./static_before"
 static_after_file = "./static_after"
 
 #: regexp pour exclure certains "serveurs"
-black_regex = re.compile('^((bigbrother|hugebrother|littlebrother|tinybrother|imprimante|vigile(--?\d[a-z])?|bat[abcghijmopkv]-\d|minigiga|multiprise-v6|chu|pika|kvm|pulsar|nols2?).adm.crans.org|ftp.federez.net|ns1.crans.ens-cachan.fr)$')
+black_regex = re.compile(r'^((bigbrother|hugebrother|littlebrother|tinybrother|imprimante|vigile(--?\d[a-z])?|bat[abcghijmopkv]-\d|minigiga|multiprise-v6|chu|pika|kvm|pulsar|nols2?)\.adm\.crans\.org|ftp\.federez\.net|ns1\.crans\.ens-cachan\.fr)$')
 
 #: Proxy pour contacter le VLAN adm
 adm_proxy = u"sable.crans.org"