mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-25 06:31:27 +00:00
fix gitignore for vaults
This commit is contained in:
parent
abbfcad909
commit
91caf03464
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 New Issue
Block a user