X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/29d741d17b7f029b4313d70182cfcc6f7c333a06..2b51f7440199a6f8f5da5be42a21f87409f53e57:/roles/aws.rb?ds=sidebyside 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" }