excluded non-default role variables from version control

This commit is contained in:
2026-05-26 15:28:23 -04:00
parent 53c2acf7c8
commit 470daa758a

9
.gitignore vendored
View File

@@ -3,19 +3,18 @@
# Ansible runtime and backups
*.original
*.tmp
/.tmp/
*.bkp
*.retry
*.*~
# Tower runtime roles
roles/**
!roles/requirements.yml
# Try tyo avoid any plain-text passwords
*pwd*
*pass*
*password*
*.txt
*secret*
roles/**/vars/*
roles/**/vars/**
# Exclude all binaries
*.bin