X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f7e802a51133ff2331798a7b54c0f0670ec43ce1..326c5812d75aead1235c1df0e33baaf81f9730f8:/roles/hostedinnz.rb diff --git a/roles/hostedinnz.rb b/roles/hostedinnz.rb index 40eaba9cc..7e0944309 100644 --- a/roles/hostedinnz.rb +++ b/roles/hostedinnz.rb @@ -2,17 +2,18 @@ name "hostedinnz" description "Role applied to all servers at HostedIn.NZ" default_attributes( + :accounts => { + :users => { + :asmith => { :status => :administrator } + } + }, :hosted_by => "HostedIn.NZ", :location => "Wellington, New Zealand", :networking => { - :nameservers => ["8.8.8.8", "8.8.4.4"], - :roles => { - :external => { - :zone => "osm" - } - } + :nameservers => ["8.8.8.8", "8.8.4.4"] }, :snmpd => { + :clients => ["103.106.66.28"], :community => "hostedinnz", :location => "Wellington" } @@ -20,7 +21,7 @@ default_attributes( override_attributes( :ntp => { - :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "asia.pool.ntp.org"] + :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"] } )