27
ansible/roles/myInfra.dev.homesrv01.core/.gitignore
vendored
Normal file
27
ansible/roles/myInfra.dev.homesrv01.core/.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Ansible Tower ignore list
|
||||
|
||||
# Ansible runtime and backups
|
||||
*.original
|
||||
*.tmp
|
||||
*.bkp
|
||||
*.retry
|
||||
*.*~
|
||||
|
||||
# Tower runtime roles
|
||||
roles/**
|
||||
!roles/myInfra.dev.homesrv01
|
||||
!roles/requirements.yml
|
||||
|
||||
# Try tyo avoid any plain-text passwords
|
||||
*pwd*
|
||||
*pass*
|
||||
*password*
|
||||
*.txt
|
||||
|
||||
# Exclude all binaries
|
||||
*.bin
|
||||
*.jar
|
||||
*.tar
|
||||
*.zip
|
||||
*.gzip
|
||||
*.tgz
|
||||
Reference in New Issue
Block a user