]> git.openstreetmap.org Git - chef.git/blobdiff - roles/c3sl.rb
Configure modtile and renderd collectors
[chef.git] / roles / c3sl.rb
index 08708084e348800b1922c71c181bcf7b38849291..de519e7d35c2727420e9ed814e9389e1a5e9f0aa 100644 (file)
@@ -12,17 +12,13 @@ default_attributes(
   :timezone => "America/Sao_Paulo",
   :networking => {
     :nameservers => ["200.17.202.3", "200.236.31.1"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
+    :wireguard => { :keepalive => 180 }
   }
 )
 
 override_attributes(
   :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"]
   }
 )