X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/44de5598fddc11a7594ebc8a0fdd3ea6bf598a75..c714aba0de40828044677c7b38890e3f7ba91436:/roles/aws.rb diff --git a/roles/aws.rb b/roles/aws.rb index eabb762c7..5f4ac7ace 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,12 @@ default_attributes( :prefix => "20", :gateway => "172.31.0.1" } + }, + :external => { + :zone => "aws", + :inet => { + :prefix => "32" + } } } }