From: Vincent Le Gallic Date: Thu, 12 Mar 2015 02:29:24 +0000 (+0100) Subject: [ssh/generate_config] exclude Terminal bancaire X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=commitdiff_plain;h=c712b06b6587ac5edcab3ee5d2994bd8f6974ec6 [ssh/generate_config] exclude Terminal bancaire --- diff --git a/ssh/generate_config.py b/ssh/generate_config.py index c2e21a6..d5b6786 100755 --- a/ssh/generate_config.py +++ b/ssh/generate_config.py @@ -20,7 +20,7 @@ static_before_file = "./static_before" static_after_file = "./static_after" #: regexp pour exclure certains "serveurs" -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|bat(b-5|v-1)\.crans\.org)$') +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|(bat(b-5|v-1)|terminal)\.crans\.org)$') #: Proxy pour contacter le VLAN adm adm_proxy = u"sable.crans.org"