X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a038192fb9c11a7e49c1a9636775136c49596a13..ed17684b5d2a41a49968c90be2cb6ee8eace8265:/roles/grifon.rb diff --git a/roles/grifon.rb b/roles/grifon.rb index f97e55371..054af06f1 100644 --- a/roles/grifon.rb +++ b/roles/grifon.rb @@ -10,12 +10,26 @@ default_attributes( } }, :hosted_by => "Grifon", - :location => "Paris, France", + :location => "Rennes, France", :munin => { :allow => ["2a00:5884::8"] }, :networking => { - :nameservers => ["2a00:5884::7"], + :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 => { :zone => "grf"