]> git.openstreetmap.org Git - chef.git/commitdiff
Enable munin monitoring for Grifon machines
authorTom Hughes <tom@compton.nu>
Fri, 4 Jan 2019 16:27:18 +0000 (16:27 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 4 Jan 2019 16:27:18 +0000 (16:27 +0000)
roles/grifon.rb

index 322c4fca59aaab2f646401e7973ed8caeba1e34c..04c43ec17fbd9c5e6733da01b9ee463b399c61b5 100644 (file)
@@ -15,6 +15,20 @@ default_attributes(
     :allow => ["2a00:5884::8"]
   },
   :networking => {
     :allow => ["2a00:5884::8"]
   },
   :networking => {
+    :firewall => {
+      :inet6 => [
+        {
+          :action => "ACCEPT",
+          :source => "net:[2a00:5884::7]",
+          :dest => "fw",
+          :proto => "tcp",
+          :dest_ports => "munin",
+          :source_ports => "1024:",
+          :rate_limit => "-",
+          :connection_limit => "-"
+        }
+      ]
+    },
     :nameservers => ["2a00:5884::7", "8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {
     :nameservers => ["2a00:5884::7", "8.8.8.8", "8.8.4.4"],
     :roles => {
       :external => {