]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nchc.rb
Increase replication slots
[chef.git] / roles / nchc.rb
index ebc9487bb9ecbfdf61c4235295003d732edad80c..1c434df2aac0f53d447b07be04fc96148a795bbc 100644 (file)
@@ -2,19 +2,25 @@ name "nchc"
 description "Role applied to all servers at NCHC"
 
 default_attributes(
-  :networking => {
-    :nameservers => [ "8.8.8.8", "8.8.4.4" ],
-    :roles => {
-      :external => {
-        :zone => "nc"
-      }
+  :accounts => {
+    :users => {
+      :steven => { :status => :administrator },
+      :ceasar => { :status => :administrator }
     }
+  },
+  :hosted_by => "NCHC",
+  :location => "Hsinchu, Taiwan",
+  :networking => {
+    :wireguard => { :keepalive => 180 }
   }
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["140.110.16.1", "140.110.4.1"]
+  },
   :ntp => {
-    :servers => [ "0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "europe.pool.ntp.org" ]
+    :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "asia.pool.ntp.org"]
   }
 )