X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7700a052e1494d3a3ccd18445b18bf43a43d6b1..bb6a3be37eb6b0de039c6451dcad0fe3bddbf55d:/roles/osuosl.rb diff --git a/roles/osuosl.rb b/roles/osuosl.rb index 4f2b61c11..899176dcb 100644 --- a/roles/osuosl.rb +++ b/roles/osuosl.rb @@ -7,15 +7,19 @@ default_attributes( :osuadmin => { :status => :administrator } } }, + :hosted_by => "OSUOSL", :location => "Corvallis, Oregon", + :timezone => "PST8PDT", :networking => { - :nameservers => ["8.8.8.8", "8.8.4.4"], :roles => { :external => { - :zone => "ool", :inet => { :prefix => "28", :gateway => "140.211.167.97" + }, + :inet6 => { + :prefix => "64", + :gateway => "2605:bc80:3010:700::1" } } }