X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e80ae122ea62490cdc6a7ac0ae1b0165376498bb..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/lysator.rb diff --git a/roles/lysator.rb b/roles/lysator.rb index ad1f0087f..09c2aaff7 100644 --- a/roles/lysator.rb +++ b/roles/lysator.rb @@ -2,19 +2,20 @@ name "lysator" description "Role applied to all servers at Lysator" default_attributes( - :hosted_by => "Lysator", - :location => "Linköping, Sweden", - :networking => { - :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1"], - :roles => { - :external => { - :zone => "osm" - } + :accounts => { + :users => { + :aoh => { :status => :administrator }, + :lysroot => { :status => :administrator } } - } + }, + :hosted_by => "Lysator", + :location => "Linköping, Sweden" ) override_attributes( + :networking => { + :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1", "130.236.254.4"] + }, :ntp => { :servers => ["0.se.pool.ntp.org", "1.se.pool.ntp.org", "europe.pool.ntp.org"] }