From e8458d041a5878e36e3bf2ca3ce1f9f963cf2c19 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 21 Mar 2020 01:38:03 +0100 Subject: [PATCH] Add note about vars.yml file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e771345..cc0238b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ All files must be placed within the `ansible` folder of your git repository. Eve - `requirements.yml`: what role dependencies to download before running your plays. - `pre-deploy.yml`: play run before a deployment - `post-deploy.yml`: play run after a deployment +- `vars.yml`: variables (you'll need to include manually with the [include_vars](https://docs.ansible.com/ansible/latest/modules/include_vars_module.html) module) ## Passwords