X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7700a052e1494d3a3ccd18445b18bf43a43d6b1..d8c82b0e6368b9fb9d957a754dd48415738e73b4:/roles/osuosl.rb diff --git a/roles/osuosl.rb b/roles/osuosl.rb index 4f2b61c11..33f18e7ee 100644 --- a/roles/osuosl.rb +++ b/roles/osuosl.rb @@ -7,6 +7,7 @@ default_attributes( :osuadmin => { :status => :administrator } } }, + :hosted_by => "OSUOSL", :location => "Corvallis, Oregon", :networking => { :nameservers => ["8.8.8.8", "8.8.4.4"], @@ -16,6 +17,10 @@ default_attributes( :inet => { :prefix => "28", :gateway => "140.211.167.97" + }, + :inet6 => { + :prefix => "64", + :gateway => "2605:bc80:3010:700::1" } } }