X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ecb21d381477b23d941bd95cf831633acd7b6b06..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/milkywan.rb diff --git a/roles/milkywan.rb b/roles/milkywan.rb index 529cc37b5..d353814ab 100644 --- a/roles/milkywan.rb +++ b/roles/milkywan.rb @@ -8,13 +8,21 @@ default_attributes( } }, :hosted_by => "MilkyWan", - :location => "France", + :location => "Paris, France", :networking => { - :nameservers => ["8.8.8.8", "2a0b:cbc0:42::42"], - :roles => { - :external => { - :zone => "osm" - } + :firewall => { + :inet => [ + { + :action => "ACCEPT", + :source => "net:212.25.24.64/28", + :dest => "fw", + :proto => "udp", + :dest_ports => "snmp", + :source_ports => "1024:", + :rate_limit => "-", + :connection_limit => "-" + } + ] } } )