b79c0615a0
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.
17 lines
185 B
Text
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/
|