]> git.openstreetmap.org Git - chef.git/blobdiff - roles/c3sl.rb
Add role for firnen
[chef.git] / roles / c3sl.rb
index 2cd7f7d5835853e2b01379cf6b5ea5e5cfe9b9c7..9b2bcc33f510fb8c8d261fcfe2025091f2bb10f1 100644 (file)
@@ -2,21 +2,25 @@ name "c3sl"
 description "Role applied to all servers at Centro de Computação Científica e Software Livre"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :c3sl => { :status => :administrator }
+    }
+  },
   :hosted_by => "Centro de Computação Científica e Software Livre, Universidade Federal do Paraná",
   :location => "Curitiba, Brazil",
   :networking => {
-    :nameservers => ["200.17.202.3", "200.236.31.1"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
-  }
+    :wireguard => { :keepalive => 180 }
+  },
+  :timezone => "America/Sao_Paulo"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["200.17.202.3", "200.236.31.1"]
+  },
   :ntp => {
-    :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "america.pool.ntp.org"]
+    :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"]
   }
 )