Skip to content
Snippets Groups Projects
Verified Commit a4e22053 authored by Varac's avatar Varac
Browse files

Ignore all custom settings and inventory files

I had multiple custom files for 2 clusters I maintain,
so I wanted to gitignore them all.
parent 7a0d764c
No related branches found
No related tags found
No related merge requests found
# Ignore custom files created when following the README.md
/ansible/group_vars/cluster/settings.yml
/ansible/inventory.yml
!ansible/group_vars/cluster/settings.yml.example
/ansible/group_vars/cluster/settings*
!/ansible/inventory.yml.example
/ansible/inventory*
# Ignore files created by ansible-playbook
*.retry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment