X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/22e87649580d1a4329958eff41a83f3f86886156..2e17bd4b4697423f9c124cfdb802424a58c16d80:/roles/lyonix.rb diff --git a/roles/lyonix.rb b/roles/lyonix.rb index 715f6a848..b37ccb05c 100644 --- a/roles/lyonix.rb +++ b/roles/lyonix.rb @@ -4,15 +4,11 @@ description "Role applied to all servers at LyonIX" default_attributes( :hosted_by => "LyonIX", :location => "Lyon, France", - :networking => { - :nameservers => ["77.95.64.205", "77.95.64.206", "8.8.8.8", "8.8.4.4"] - }, :snmpd => { - :clients => ["77.95.64.0/21"], - :clients6 => ["2a03:9180::/32", "2001:7f8:47::/48"], + :clients => ["77.95.64.0/21", "2a03:9180::/32", "2001:7f8:47::/48"], :community => "lyonix", :location => "LYON", - :contact => "noc@lyonix.net" + :contact => "sysadm@rezopole.net" } )