description "Role applied to all servers on AWS"
default_attributes(
+ :hosted_by => "AWS",
+ :location => "Ireland",
:networking => {
:nameservers => ["172.31.0.2"],
:roles => {
:prefix => "20",
:gateway => "172.31.0.1"
}
+ },
+ :external => {
+ :zone => "aws",
+ :inet => {
+ :prefix => "32"
+ }
}
}
}