X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/29d741d17b7f029b4313d70182cfcc6f7c333a06..22b6756f4d2fda8b1120c5b86d7dc9dd46f045f5:/roles/aws.rb diff --git a/roles/aws.rb b/roles/aws.rb index ae3225f72..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 => { @@ -12,7 +14,6 @@ default_attributes( } }, :external => { - :zone => "aws", :inet => { :prefix => "32" }