mono-infrastructure/ansible/.gitignore

16 lines
275 B
Plaintext
Raw Normal View History

#keep tmp folder empty
tmp/*
!tmp/Readme.md
#keep folder holding public roles empty
roles/public/*
!roles/public/Readme.md
#keep fodler holding ansible collections empty
collections/*
!README.md
2021-01-04 20:19:24 +00:00
# Ignore all vaults
2021-01-04 20:25:16 +00:00
playbooks/vars/vaults/*
!playbooks/vars/vaults/README.md