From ff7533a43f820a791391013b9de8668b30a60e2a Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 11 Apr 2019 10:13:37 +1000 Subject: [PATCH] DCD-224: Add comment to global vars file. --- group_vars/all.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/group_vars/all.yml b/group_vars/all.yml index 691e7d0..61c14e7 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -1,4 +1,10 @@ --- + +# This file is the place for cross-role defaults for all products, and +# common parameters from the infrastructure-deployment phase of the +# build (e.g. CloudFormation). More specific vars should go in +# /defaults/main.yml or in the various playbooks. + java_version: "1.8.0" postgres_version: "9.6" git_version: "2.14.4"