X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fa4f76710511f84d19bb311a833dbb10c928d94f..61c3ffa669f32728c805a57b13406c0aaf1b5431:/roles/osuosl.rb diff --git a/roles/osuosl.rb b/roles/osuosl.rb index 38fcb7e81..41d7c6e90 100644 --- a/roles/osuosl.rb +++ b/roles/osuosl.rb @@ -5,14 +5,12 @@ default_attributes( :networking => { :nameservers => [ "8.8.8.8", "8.8.4.4" ], :roles => { - :internal => { + :external => { + :zone => "ool", :inet => { - :prefix => "22", - :gateway => "10.0.0.0" + :prefix => "28", + :gateway => "140.211.167.97" } - }, - :external => { - :zone => "ool" } } }