.
Some checks failed
deploy host / Deploy (push) Failing after 6s

This commit is contained in:
2024-09-07 02:04:19 +01:00
parent e29792a72d
commit a4c974e980
16 changed files with 24 additions and 42 deletions

27
ansible/roles/myInfra.ssh/.gitignore vendored Normal file
View 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