fix gitignore for vaults

This commit is contained in:
nazunalika 2021-01-04 13:25:16 -07:00
parent abbfcad909
commit 91caf03464
2 changed files with 10 additions and 2 deletions

4
ansible/.gitignore vendored
View File

@ -11,5 +11,5 @@ collections/*
!README.md
# Ignore all vaults
vars/vaults/*
!vars/vaults/README.md
playbooks/vars/vaults/*
!playbooks/vars/vaults/README.md

View File

@ -1 +1,9 @@
All vaulted files go here. They are not available in this repo.
The default vault files currently expected:
```
encpass.yml
rabbitmq_production.yml
rabbitmq_staging.yml
```