]> git.openstreetmap.org Git - chef.git/blobdiff - roles/inxza.rb
Simplify firewall zones
[chef.git] / roles / inxza.rb
index 520dbb6e92a8deea46c343ec4d912ec7fbe812a6..aa80ea347f8b88c765964f3b2dfbad1920451f34 100644 (file)
@@ -3,18 +3,13 @@ description "Role applied to all servers at INX-ZA"
 
 default_attributes(
   :hosted_by => "INX-ZA",
-  :location => "South Africa",
+  :location => "Cape Town, South Africa",
   :networking => {
     :nameservers => [
       "196.10.52.52",
       "196.10.54.54",
       "196.10.55.55"
-    ],
-    :roles => {
-      :external => {
-        :zone => "ixz"
-      }
-    }
+    ]
   }
 )