X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/12721271bfef83946878a8e72071ae9dedd983df..bb6a3be37eb6b0de039c6451dcad0fe3bddbf55d:/roles/grifon.rb diff --git a/roles/grifon.rb b/roles/grifon.rb index 04c43ec17..e7bf0b295 100644 --- a/roles/grifon.rb +++ b/roles/grifon.rb @@ -10,7 +10,7 @@ default_attributes( } }, :hosted_by => "Grifon", - :location => "Paris, France", + :location => "Rennes, France", :munin => { :allow => ["2a00:5884::8"] }, @@ -19,7 +19,7 @@ default_attributes( :inet6 => [ { :action => "ACCEPT", - :source => "net:[2a00:5884::7]", + :source => "net:[2a00:5884::8]", :dest => "fw", :proto => "tcp", :dest_ports => "munin", @@ -28,12 +28,6 @@ default_attributes( :connection_limit => "-" } ] - }, - :nameservers => ["2a00:5884::7", "8.8.8.8", "8.8.4.4"], - :roles => { - :external => { - :zone => "grf" - } } } )