mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 14:24:25 +00:00
e71a879748
In the future, we'll also have optional optimization steps, which could trim down `group_vars/mash_servers` based on the components being used.
20 lines
291 B
Text
20 lines
291 B
Text
/inventory
|
|
|
|
# ignore roles pulled by ansible-galaxy
|
|
/roles/galaxy/*
|
|
!/roles/galaxy/.gitkeep
|
|
|
|
# ignores vscode file
|
|
.vscode
|
|
|
|
# ignores macos files
|
|
.DS_Store
|
|
|
|
/requirements.yml
|
|
/requirements.yml.srchash
|
|
|
|
/setup.yml
|
|
/setup.yml.srchash
|
|
|
|
/group_vars/mash_servers
|
|
/group_vars/mash_servers.srchash
|