X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e80ae122ea62490cdc6a7ac0ae1b0165376498bb..860431223d5e1ada6bc6549c2cfa30dea4d23182:/roles/lysator.rb diff --git a/roles/lysator.rb b/roles/lysator.rb index ad1f0087f..7bf25dc16 100644 --- a/roles/lysator.rb +++ b/roles/lysator.rb @@ -2,15 +2,16 @@ name "lysator" description "Role applied to all servers at Lysator" default_attributes( + :accounts => { + :users => { + :aoh => { :status => :administrator }, + :lysroot => { :status => :administrator } + } + }, :hosted_by => "Lysator", :location => "Linköping, Sweden", :networking => { - :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1"], - :roles => { - :external => { - :zone => "osm" - } - } + :nameservers => ["130.236.254.225", "2001:6b0:17:f0a0::e1", "130.236.254.4"] } )