c12s-kubespray/.gitignore
John Dewey b79c0615a0
Use a virtualenv
The instructions require a minimum version of Ansible and netaddr. Enforce
these dependencies through a venv. Particularly useful when switching between
other projects. Also, useful for the future as Kargo expands, and may require
additional dependencies.
2017-02-17 16:28:08 -08:00

17 lines
185 B
Text

.vagrant
*.retry
inventory/vagrant_ansible_inventory
temp
.idea
.tox
.cache
*.egg-info
*.pyc
*.pyo
*.tfstate
*.tfstate.backup
**/*.sw[pon]
/ssh-bastion.conf
**/*.sw[pon]
vagrant/
venv/