description "Role applied to all servers at DataHata"
default_attributes(
+ :accounts => {
+ :users => {
+ :kom => { :status => :administrator }
+ }
+ },
+ :hosted_by => "DataHata",
+ :location => "Minsk, Belarus",
:networking => {
:nameservers => [
- "31.130.200.2"
+ "31.130.200.2",
+ "8.8.8.8",
+ "8.8.4.4"
],
:roles => {
:external => {
- :zone => "dn"
+ :zone => "dh"
}
}
}