]> git.openstreetmap.org Git - chef.git/blobdiff - roles/edgeuno.rb
Configure modtile and renderd collectors
[chef.git] / roles / edgeuno.rb
index ae31ce92dac304d61bfdb82060484ec7bd65f3bd..c1224f2bab0c14394884082a679553599b286679 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 => [
@@ -32,21 +36,6 @@ default_attributes(
     :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]"
-)