From d7bfa648776bb56cc3296cf750d1db9904678eb5 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Mon, 9 May 2016 16:02:14 +0100 Subject: [PATCH 1/1] Add server location description to aws --- roles/aws.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/aws.rb b/roles/aws.rb index ae3225f72..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 => { -- 2.43.2