X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b34ff8bb05a975aa2a574dd2c240d8c6997db124..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/grifon.rb diff --git a/roles/grifon.rb b/roles/grifon.rb index 322c4fca5..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", "8.8.8.8", "8.8.4.4"], - :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 => "-" + } + ] } } )