]> git.openstreetmap.org Git - chef.git/blobdiff - roles/milkywan.rb
Update upstream for fume
[chef.git] / roles / milkywan.rb
index 529cc37b55fa5f3687ef8e2d3adfc7f7c0ef9ce6..7f75a2edc2298d84d0edba8fcd6224f0a364293e 100644 (file)
@@ -8,14 +8,23 @@ default_attributes(
     }
   },
   :hosted_by => "MilkyWan",
-  :location => "France",
+  :location => "Paris, France",
   :networking => {
-    :nameservers => ["8.8.8.8", "2a0b:cbc0:42::42"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
+    :firewall => {
+      :inet => [
+        {
+          :action => "ACCEPT",
+          :source => "net:212.25.24.64/28",
+          :dest => "fw",
+          :proto => "udp",
+          :dest_ports => "snmp",
+          :source_ports => "1024:",
+          :rate_limit => "-",
+          :connection_limit => "-"
+        }
+      ]
+    },
+    :nameservers => ["130.117.11.11", "2a0b:cbc0:42::42"]
   }
 )