]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grifon.rb
split configuration in two, include new templates
[chef.git] / roles / grifon.rb
index 322c4fca59aaab2f646401e7973ed8caeba1e34c..e7bf0b295a5e297b12e5ed9a0ad1eb67ed4b9497 100644 (file)
@@ -10,16 +10,24 @@ default_attributes(
     }
   },
   :hosted_by => "Grifon",
-  :location => "Paris, France",
+  :location => "Rennes, France",
   :munin => {
     :allow => ["2a00:5884::8"]
   },
   :networking => {
-    :nameservers => ["2a00:5884::7", "8.8.8.8", "8.8.4.4"],
-    :roles => {
-      :external => {
-        :zone => "grf"
-      }
+    :firewall => {
+      :inet6 => [
+        {
+          :action => "ACCEPT",
+          :source => "net:[2a00:5884::8]",
+          :dest => "fw",
+          :proto => "tcp",
+          :dest_ports => "munin",
+          :source_ports => "1024:",
+          :rate_limit => "-",
+          :connection_limit => "-"
+        }
+      ]
     }
   }
 )