]> git.openstreetmap.org Git - chef.git/blobdiff - roles/fullsave.rb
Remove redundant sudo key and specify os in travis config
[chef.git] / roles / fullsave.rb
index 53418193f0062ad2818c608bfba4e6fb983104a1..657f9274db12750f3a86ddabf577130505ac569c 100644 (file)
@@ -5,6 +5,30 @@ default_attributes(
   :hosted_by => "FullSave",
   :location => "Toulouse, France",
   :networking => {
+    :firewall => {
+      :inet => [
+        {
+          :action => "ACCEPT",
+          :source => "net:185.116.130.12",
+          :dest => "fw",
+          :proto => "udp",
+          :dest_ports => "snmp",
+          :source_ports => "1024:",
+          :rate_limit => "-",
+          :connection_limit => "-"
+        },
+        {
+          :action => "ACCEPT",
+          :source => "net:100.80.8.0/24",
+          :dest => "fw",
+          :proto => "udp",
+          :dest_ports => "snmp",
+          :source_ports => "1024:",
+          :rate_limit => "-",
+          :connection_limit => "-"
+        }
+      ]
+    },
     :nameservers => ["141.0.202.202", "141.0.202.203"],
     :roles => {
       :external => {