ignoring vaults

This commit is contained in:
nazunalika 2021-01-04 13:19:24 -07:00
parent 2149224162
commit 8a8958b46c
2 changed files with 5 additions and 0 deletions

4
ansible/.gitignore vendored
View File

@ -9,3 +9,7 @@ roles/public/*
#keep fodler holding ansible collections empty
collections/*
!README.md
# Ignore all vaults
vars/vaults/*
!vars/vaults/README.md

View File

@ -0,0 +1 @@
All vaulted files go here. They are not available in this repo.