]> git.openstreetmap.org Git - chef.git/blobdiff - roles/datahata.rb
Move db-slave and nominatim-slave roles to public repository
[chef.git] / roles / datahata.rb
index 2df6c3c14a20eb7f92566c3df07eca2ba3aff27c..965424cad2f0ea1c38d743ff5dd1d0f594391350 100644 (file)
@@ -2,13 +2,19 @@ name "datahata"
 description "Role applied to all servers at DataHata"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :kom => { :status => :administrator }
+    }
+  },
+  :location => "Minsk, Belarus",
   :networking => {
     :nameservers => [
       "31.130.200.2"
     ],
     :roles => {
       :external => {
-        :zone => "dn"
+        :zone => "dh"
       }
     }
   }