From 12721271bfef83946878a8e72071ae9dedd983df Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 4 Jan 2019 16:27:18 +0000 Subject: [PATCH] Enable munin monitoring for Grifon machines --- roles/grifon.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roles/grifon.rb b/roles/grifon.rb index 322c4fca5..04c43ec17 100644 --- a/roles/grifon.rb +++ b/roles/grifon.rb @@ -15,6 +15,20 @@ default_attributes( :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 => { -- 2.43.2