X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=d892a6c3d78515349ceaee30c735bfeed7fbf8b3;hb=04c2a039e466e36ff81307efcdb4fee93e1d7780;hp=c3df480b05ce1a616863533304ecc4cf0e67561d;hpb=49922b83ef7b7c817e88210ac363f935cf11a110;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index c3df480b0..d892a6c3d 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -8,7 +8,7 @@ nodeinfo = scope.lookupvar('site::nodeinfo') out = [] restricted_purposes = ['kvm host', 'central syslog server', 'puppet master', 'jumphost'] -restrict_ssh = %w{lebrun geo1 geo2 geo3 beethoven tchaikovsky schroeder draghi adayevskaya denis} +restrict_ssh = %w{lebrun beethoven tchaikovsky schroeder draghi adayevskaya} if (nodeinfo['ldap'].has_key?('purpose')) then nodeinfo['ldap']['purpose'].each do |purp| @@ -21,6 +21,14 @@ end ssh4allowed = [] ssh6allowed = [] +should_restrict = restrict_ssh.include?(hostname) +%w{dns_primary dns_geo}.each do |role_restrict| + if scope.function_has_role([role_restrict]) then + should_restrict = true + end +end + + if restrict_ssh.include?(hostname) then ssh4allowed << %w{$DSA_IPS $HOST_NAGIOS_V4 $HOST_MUNIN_V4 $HOST_DB_V4} ssh6allowed << %w{$DSA_V6_IPS $HOST_NAGIOS_V6 $HOST_MUNIN_V6 $HOST_DB_V6} @@ -42,8 +50,8 @@ if restrict_ssh.include?(hostname) then if scope.function_has_role(['dns_primary']) then ssh4allowed << "5.153.231.5" # adayevskaya ssh6allowed << "2001:41c8:1000:21::21:5" # adayevskaya - ssh4allowed << "$HOST_DNS_SECONDARY_V4" - ssh6allowed << "$HOST_DNS_SECONDARY_V6" + #ssh4allowed << "$HOST_DNS_GEO_V4" + #ssh6allowed << "$HOST_DNS_GEO_V6" end if scope.function_has_role(['static_master']) then