Add note about vars.yml file

This commit is contained in:
Luke Murphy 2020-03-21 01:38:03 +01:00
parent 5710d6d38d
commit e8458d041a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -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