]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tetaneutral.rb
Enable wireguard on jakelong
[chef.git] / roles / tetaneutral.rb
index 1fc9bd07f85d4283b45d29b0a8e2a64fba34ed6b..2459652ba34c8ec45052e1a1b26de4642a08b057 100644 (file)
@@ -2,18 +2,18 @@ name "tetaneutral"
 description "Role applied to all servers at Tetaneutral.net"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :tetaneutral => { :status => :administrator }
+    }
+  },
   :hosted_by => "Tetaneutral.net",
   :location => "Toulouse, France",
   :networking => {
     :nameservers => [
       "8.8.8.8",
       "8.8.4.4"
-    ],
-    :roles => {
-      :external => {
-        :zone => "tnn"
-      }
-    }
+    ]
   }
 )