X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/43579f6444232b183805cfba96dcac36332c81f2..a6bed63666959418df722b025f2ac4222a144916:/roles/lyonix.rb diff --git a/roles/lyonix.rb b/roles/lyonix.rb index f7bb27a3d..faf838dac 100644 --- a/roles/lyonix.rb +++ b/roles/lyonix.rb @@ -2,21 +2,13 @@ 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" - } - } + :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/24", "77.95.70.0/24"], :community => "lyonix", :location => "LYON", :contact => "noc@lyonix.net" @@ -25,7 +17,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org", "europe.pool.ntp.org"] } )