X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fa4f76710511f84d19bb311a833dbb10c928d94f..c714aba0de40828044677c7b38890e3f7ba91436:/roles/osuosl.rb diff --git a/roles/osuosl.rb b/roles/osuosl.rb index 38fcb7e81..33f18e7ee 100644 --- a/roles/osuosl.rb +++ b/roles/osuosl.rb @@ -2,17 +2,26 @@ name "osuosl" description "Role applied to all servers at OSUOSL" default_attributes( + :accounts => { + :users => { + :osuadmin => { :status => :administrator } + } + }, + :hosted_by => "OSUOSL", + :location => "Corvallis, Oregon", :networking => { - :nameservers => [ "8.8.8.8", "8.8.4.4" ], + :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" + }, + :inet6 => { + :prefix => "64", + :gateway => "2605:bc80:3010:700::1" } - }, - :external => { - :zone => "ool" } } } @@ -20,7 +29,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "ntp.osuosl.org" ] + :servers => ["ntp.osuosl.org"] } )