X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/44de5598fddc11a7594ebc8a0fdd3ea6bf598a75..9d36cfe29fb19c058441712b839ba19d814c634c:/roles/aws.rb?ds=sidebyside diff --git a/roles/aws.rb b/roles/aws.rb index eabb762c7..d4ad3fd0f 100644 --- a/roles/aws.rb +++ b/roles/aws.rb @@ -2,6 +2,8 @@ name "aws" description "Role applied to all servers on AWS" default_attributes( + :hosted_by => "AWS", + :location => "Ireland", :networking => { :nameservers => ["172.31.0.2"], :roles => { @@ -10,6 +12,11 @@ default_attributes( :prefix => "20", :gateway => "172.31.0.1" } + }, + :external => { + :inet => { + :prefix => "32" + } } } }