X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fa4f76710511f84d19bb311a833dbb10c928d94f..1b572057a4c571df94d32252e32a8689e7f381e0:/roles/osuosl.rb diff --git a/roles/osuosl.rb b/roles/osuosl.rb index 38fcb7e81..2d7edd7cf 100644 --- a/roles/osuosl.rb +++ b/roles/osuosl.rb @@ -2,17 +2,22 @@ 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" } - }, - :external => { - :zone => "ool" } } } @@ -20,7 +25,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "ntp.osuosl.org" ] + :servers => ["ntp.osuosl.org"] } )