diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5187909 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Ansible Tower ignore list + +# Ansible runtime and backups +*.original +*.tmp +*.bkp +*.retry +*.*~ + +# Tower runtime roles +roles/** +!roles/requirements.yml + +# Try tyo avoid any plain-text passwords +*pwd* +*pass* +*password* +*.txt + +# Exclude all binaries +*.bin +*.jar +*.tar +*.zip +*.gzip +*.tgz \ No newline at end of file