mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
ignoring vaults
This commit is contained in:
parent
2149224162
commit
8a8958b46c
4
ansible/.gitignore
vendored
4
ansible/.gitignore
vendored
@ -9,3 +9,7 @@ roles/public/*
|
|||||||
#keep fodler holding ansible collections empty
|
#keep fodler holding ansible collections empty
|
||||||
collections/*
|
collections/*
|
||||||
!README.md
|
!README.md
|
||||||
|
|
||||||
|
# Ignore all vaults
|
||||||
|
vars/vaults/*
|
||||||
|
!vars/vaults/README.md
|
||||||
|
1
ansible/playbooks/vars/vaults/README.md
Normal file
1
ansible/playbooks/vars/vaults/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
All vaulted files go here. They are not available in this repo.
|
Loading…
Reference in New Issue
Block a user