mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-12-26 20:50:55 +00:00
fix gitignore for vaults
This commit is contained in:
parent
abbfcad909
commit
91caf03464
2 changed files with 10 additions and 2 deletions
4
ansible/.gitignore
vendored
4
ansible/.gitignore
vendored
|
@ -11,5 +11,5 @@ collections/*
|
|||
!README.md
|
||||
|
||||
# Ignore all vaults
|
||||
vars/vaults/*
|
||||
!vars/vaults/README.md
|
||||
playbooks/vars/vaults/*
|
||||
!playbooks/vars/vaults/README.md
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue