]> git.openstreetmap.org Git - chef.git/blobdiff - roles/bytemark.rb
Add more location and hosting information
[chef.git] / roles / bytemark.rb
index 90d6afbbeb1e14127c107d1dafa5e9374ae188cb..a8159ca664d6e9501c8cde0c0419be71cd9198cb 100644 (file)
@@ -2,8 +2,10 @@ name "bytemark"
 description "Role applied to all servers at Bytemark"
 
 default_attributes(
+  :hosted_by => "Bytemark",
+  :location => "York, England",
   :networking => {
-    :nameservers => [ "[2001:41c8:2::1]", "[2001:41c8:2::2]", "80.68.80.24", "80.68.80.25" ],
+    :nameservers => ["8.8.8.8", "8.8.4.4", "2001:4860:4860::8888", "2001:4860:4860::8844"],
     :roles => {
       :external => {
         :zone => "bm"
@@ -14,7 +16,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org" ]
+    :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
   }
 )