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 => {
- :inet => {
- :prefix => "22",
- :gateway => "10.0.0.0"
- }
- },
:external => {
- :zone => "osuosl"
+ :zone => "ool",
+ :inet6 => {
+ :prefix => "64",
+ :gateway => "2605:bc80:3010:700::1"
+ }
}
}
}
override_attributes(
:ntp => {
- :servers => [ "ntp.osuosl.org" ]
+ :servers => ["ntp.osuosl.org"]
}
)