An open API service indexing awesome lists of open source software.

https://github.com/dsmith73/ansible_vag

vagrant implementation of ansible
https://github.com/dsmith73/ansible_vag

Last synced: 7 months ago
JSON representation

vagrant implementation of ansible

Awesome Lists containing this project

README

          

# ansible_vag
vagrant implementation of ansible




---
## Notes:
```
# When setting up on MAC - This will remove the 15 open file limit
# sudo launchctl limit maxfiles unlimited
```

Linking to the /vagrant directory can overwrite the directory, destroy .ssh, and kill the box
# https://github.com/hashicorp/vagrant/issues/10280

---

@DSmith73