X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eb690e187c60604ecd3c257edfe9313971ab2fae..9855bf930976f2de372a7a8712b275ba52495153:/roles/lyonix.rb diff --git a/roles/lyonix.rb b/roles/lyonix.rb index faf838dac..3a0c8589a 100644 --- a/roles/lyonix.rb +++ b/roles/lyonix.rb @@ -8,10 +8,11 @@ default_attributes( :nameservers => ["77.95.64.205", "77.95.64.206", "8.8.8.8", "8.8.4.4"] }, :snmpd => { - :clients => ["77.95.64.0/24", "77.95.70.0/24"], + :clients => ["77.95.64.0/21"], + :clients6 => ["2a03:9180::/32", "2001:7f8:47::/48"], :community => "lyonix", :location => "LYON", - :contact => "noc@lyonix.net" + :contact => "sysadm@rezopole.net" } )