X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d5966c141a8eb1effea2d4a2c11c797b2956f037..76157b584c57d86aa2fb79ee2101dde544f2c7a5:/roles/aarnet.rb diff --git a/roles/aarnet.rb b/roles/aarnet.rb index c8d84f858..55845b269 100644 --- a/roles/aarnet.rb +++ b/roles/aarnet.rb @@ -2,12 +2,23 @@ name "aarnet" description "Role applied to all servers at AARNet" default_attributes( - :hosted_by => "AARNet" + :accounts => { + :users => { + :chm => { :status => :administrator }, + :bclifford => { :status => :administrator } + } + }, + :hosted_by => "AARNet", + :location => "Carlton, Victoria, Australia", + :timezone => "Australia/Melbourne", + :networking => { + :nameservers => ["202.158.207.1", "202.158.207.2"] + } ) override_attributes( :ntp => { - :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "europe.pool.ntp.org"] + :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "oceania.pool.ntp.org"] } )