X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bd4556b58140de3140b783be7ad50f5505211425..ed17684b5d2a41a49968c90be2cb6ee8eace8265:/roles/hostedinnz.rb diff --git a/roles/hostedinnz.rb b/roles/hostedinnz.rb index 86438e01f..ef2438796 100644 --- a/roles/hostedinnz.rb +++ b/roles/hostedinnz.rb @@ -2,6 +2,11 @@ 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 => { @@ -11,6 +16,11 @@ default_attributes( :zone => "osm" } } + }, + :snmpd => { + :clients => ["103.106.66.28"], + :community => "hostedinnz", + :location => "Wellington" } ) @@ -21,5 +31,6 @@ override_attributes( ) run_list( - "role[nz]" + "role[nz]", + "recipe[snmpd]" )