Ansible/.gitignore
James Tombleson e9d2d3e52c Vault is now working
Getting closer to having Jenkins run Ansible playbooks.
2019-05-16 15:46:19 -07:00

21 lines
194 B
Plaintext

# Ansible Files
*.retry
*.swp
# OSX files
.DS_Store
# Ansible Inventory
hosts
win_hosts
hosts.d
# Ansible vault secret
# Used to decrypt the vault files
.ansible_vault
# Vagrant
.vagrant