mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-01 04:31:22 +00:00
25 lines
490 B
Plaintext
25 lines
490 B
Plaintext
#keep tmp folder empty
|
|
tmp/*
|
|
!tmp/Readme.md
|
|
|
|
#keep folder holding public roles empty
|
|
roles/public/*
|
|
!roles/public/Readme.md
|
|
|
|
#keep folder holding ansible collections empty
|
|
collections/*
|
|
!collections/requirements.yml
|
|
!README.md
|
|
|
|
# Ignore all vaults
|
|
playbooks/vars/vaults/*
|
|
!playbooks/vars/vaults/README.md
|
|
|
|
# Ignore hidden configs
|
|
playbooks/templates/hidden/*
|
|
!playbooks/templates/hidden/README.md
|
|
|
|
# keep the inventory generic
|
|
inventories/staging/hosts.ini
|
|
inventories/production/hosts.ini
|