]> git.openstreetmap.org Git - chef.git/blobdiff - roles/hostedinnz.rb
Enable systemd-resolved on ridley
[chef.git] / roles / hostedinnz.rb
index 40eaba9cc8c7b16a1b236d63809cda21a30a9acd..ef24387965aac35c820117f5de4378ef857483ee 100644 (file)
@@ -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 => {
@@ -13,6 +18,7 @@ default_attributes(
     }
   },
   :snmpd => {
+    :clients => ["103.106.66.28"],
     :community => "hostedinnz",
     :location => "Wellington"
   }