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