30 lines
322 B
Plaintext
30 lines
322 B
Plaintext
# Ansible Tower ignore list
|
|
|
|
# Ansible runtime and backups
|
|
*.original
|
|
*.tmp
|
|
/.tmp/
|
|
*.bkp
|
|
*.retry
|
|
*.*~
|
|
.gal_token
|
|
.galcache/
|
|
|
|
# Try tyo avoid any plain-text passwords
|
|
*pwd*
|
|
*pass*
|
|
*password*
|
|
*secret*
|
|
roles/**/vars/*
|
|
roles/**/vars/**
|
|
|
|
# Exclude all binaries
|
|
*.bin
|
|
*.jar
|
|
*.tar
|
|
*.zip
|
|
*.gzip
|
|
*.tgz
|
|
|
|
# Python ignore list
|
|
/.env/ |