mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-10 16:01:23 +00:00
ec056805ff
moved inv vars to group vars moved roles to collections and fixed playbooks added a prepare ansible host playbook to download needed roles and playbooks modified public roles and collection paths to install inside our dir structure to keep them from global installation
12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
#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
|