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
- Host: GitHub
- URL: https://github.com/dsmith73/ansible_vag
- Owner: dsmith73
- Created: 2019-09-08T22:35:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T13:38:44.000Z (about 6 years ago)
- Last Synced: 2025-01-03T12:45:24.773Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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