2020-12-12 14:13:38 +00:00
|
|
|
#keep tmp folder empty
|
|
|
|
tmp/*
|
|
|
|
!tmp/Readme.md
|
|
|
|
|
|
|
|
#keep folder holding public roles empty
|
|
|
|
roles/public/*
|
|
|
|
!roles/public/Readme.md
|
|
|
|
|
2021-01-05 20:46:08 +00:00
|
|
|
#keep folder holding ansible collections empty
|
2020-12-12 14:13:38 +00:00
|
|
|
collections/*
|
2022-04-10 18:33:33 +00:00
|
|
|
!collections/requirements.yml
|
2020-12-12 14:13:38 +00:00
|
|
|
!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
|
2021-01-05 21:27:14 +00:00
|
|
|
|
|
|
|
# Ignore hidden configs
|
2021-01-05 21:29:47 +00:00
|
|
|
playbooks/templates/hidden/*
|
|
|
|
!playbooks/templates/hidden/README.md
|
2021-01-15 04:19:35 +00:00
|
|
|
|
|
|
|
# keep the inventory generic
|
|
|
|
inventories/staging/hosts.ini
|
|
|
|
inventories/production/hosts.ini
|