]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nepomuk.rb
Remove redundant git configuration from ironbelly
[chef.git] / roles / nepomuk.rb
index 7fba6fb5b841a0eadb453ce46f78a68e85168a81..8c2f3f4a32f4a53f18315386f536bde8cc25683a 100644 (file)
@@ -3,6 +3,20 @@ description "Master role applied to nepomuk"
 
 default_attributes(
   :networking => {
+    :firewall => {
+      :inet => [
+        {
+          :action => "ACCEPT",
+          :source => "net:77.95.64.120,77.95.64.131,77.95.64.139",
+          :dest => "fw",
+          :proto => "tcp",
+          :dest_ports => "5666",
+          :source_ports => "1024:",
+          :rate_limit => "-",
+          :connection_limit => "-"
+        }
+      ]
+    },
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",