X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b34ff8bb05a975aa2a574dd2c240d8c6997db124..c8f9b6a3e746465fd12c37fa851c5473413aa0e1:/roles/grifon.rb diff --git a/roles/grifon.rb b/roles/grifon.rb index 322c4fca5..85062bbe7 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::8]", + :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 => {