X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7700a052e1494d3a3ccd18445b18bf43a43d6b1..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/lyonix.rb diff --git a/roles/lyonix.rb b/roles/lyonix.rb index 416d3971c..b44835628 100644 --- a/roles/lyonix.rb +++ b/roles/lyonix.rb @@ -2,25 +2,14 @@ name "lyonix" description "Role applied to all servers at LyonIX" default_attributes( - :accounts => { - :users => { - :lyonix => { :status => :administrator } - } - }, + :hosted_by => "LyonIX", :location => "Lyon, France", - :networking => { - :nameservers => ["77.95.64.205", "77.95.64.206", "8.8.8.8", "8.8.4.4"], - :roles => { - :external => { - :zone => "ly" - } - } - }, :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" } )