X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a038192fb9c11a7e49c1a9636775136c49596a13..2f0b6f10a1269e4a0a3ae8897d6fda10dd14fb4d:/roles/grifon.rb diff --git a/roles/grifon.rb b/roles/grifon.rb index f97e55371..e7bf0b295 100644 --- a/roles/grifon.rb +++ b/roles/grifon.rb @@ -10,16 +10,24 @@ default_attributes( } }, :hosted_by => "Grifon", - :location => "Paris, France", + :location => "Rennes, France", :munin => { :allow => ["2a00:5884::8"] }, :networking => { - :nameservers => ["2a00:5884::7"], - :roles => { - :external => { - :zone => "grf" - } + :firewall => { + :inet6 => [ + { + :action => "ACCEPT", + :source => "net:[2a00:5884::8]", + :dest => "fw", + :proto => "tcp", + :dest_ports => "munin", + :source_ports => "1024:", + :rate_limit => "-", + :connection_limit => "-" + } + ] } } )