excluded non-default role variables from version control
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -3,19 +3,18 @@
|
|||||||
# Ansible runtime and backups
|
# Ansible runtime and backups
|
||||||
*.original
|
*.original
|
||||||
*.tmp
|
*.tmp
|
||||||
|
/.tmp/
|
||||||
*.bkp
|
*.bkp
|
||||||
*.retry
|
*.retry
|
||||||
*.*~
|
*.*~
|
||||||
|
|
||||||
# Tower runtime roles
|
|
||||||
roles/**
|
|
||||||
!roles/requirements.yml
|
|
||||||
|
|
||||||
# Try tyo avoid any plain-text passwords
|
# Try tyo avoid any plain-text passwords
|
||||||
*pwd*
|
*pwd*
|
||||||
*pass*
|
*pass*
|
||||||
*password*
|
*password*
|
||||||
*.txt
|
*secret*
|
||||||
|
roles/**/vars/*
|
||||||
|
roles/**/vars/**
|
||||||
|
|
||||||
# Exclude all binaries
|
# Exclude all binaries
|
||||||
*.bin
|
*.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user