]> git.openstreetmap.org Git - chef.git/blobdiff - roles/edgeuno.rb
Use a common set of default resolvers, defaulting to cloudflare
[chef.git] / roles / edgeuno.rb
index ae31ce92dac304d61bfdb82060484ec7bd65f3bd..d6fb53aefcdb6013f9ff18202ced65043a209c13 100644 (file)
@@ -2,8 +2,12 @@ name "edgeuno"
 description "Role applied to all servers at Edgeuno"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :e1admin => { :status => :administrator }
+    }
+  },
   :hosted_by => "EdgeUno",
-  :location => "Bogotá, Colombia",
   :networking => {
     :firewall => {
       :inet => [
@@ -28,25 +32,6 @@ default_attributes(
           :connection_limit => "-"
         }
       ]
-    },
-    :nameservers => [
-      "8.8.8.8",
-      "1.1.1.1"
-    ],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
     }
   }
 )
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.co.pool.ntp.org", "1.co.pool.ntp.org", "south-america.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[co]"
-)