From: Tom Hughes Date: Fri, 4 Jan 2019 16:27:18 +0000 (+0000) Subject: Enable munin monitoring for Grifon machines X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/12721271bfef83946878a8e72071ae9dedd983df?hp=053f9a0d4ac540796b04f639c08651dea9414edb;ds=sidebyside Enable munin monitoring for Grifon machines --- 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 => {