name "aws"
-description "Role applied to all servers on AWS"
+description "Role applied to all servers at AWS"
default_attributes(
- :hosted_by => "AWS",
- :location => "Ireland",
- :networking => {
- :nameservers => ["172.31.0.2"],
- :roles => {
- :internal => {
- :inet => {
- :prefix => "20",
- :gateway => "172.31.0.1"
- }
- },
- :external => {
- :inet => {
- :prefix => "32"
- }
- }
- }
- }
+ :hosted_by => "AWS"
)
override_attributes(
:ntp => {
- :servers => ["0.ie.pool.ntp.org", "1.ie.pool.ntp.org", "europe.pool.ntp.org"]
+ :servers => ["169.254.169.123"]
}
)
-
-run_list(
- "role[ie]"
-)