https://github.com/eis/centos-ansible-box
Simple Vagrant script that installs Centos 7 and Ansible. Mainly for Windows users which cannot use Ansible natively.
https://github.com/eis/centos-ansible-box
Last synced: 5 months ago
JSON representation
Simple Vagrant script that installs Centos 7 and Ansible. Mainly for Windows users which cannot use Ansible natively.
- Host: GitHub
- URL: https://github.com/eis/centos-ansible-box
- Owner: eis
- License: mit
- Created: 2015-10-25T15:28:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T13:29:50.000Z (over 10 years ago)
- Last Synced: 2025-06-02T12:02:51.618Z (about 1 year ago)
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vagrantbox with Centos 7 and ansible.
Tested with Windows 7, Cygwin64 installed and in path
There seems to be an open [issue](https://github.com/mitchellh/vagrant/issues/4073)
with rsync in my setup, so had to do also this:
```
set VAGRANT_DETECTED_OS=cygwin
```
Before running vagrant up.
Once installed, go to your box with `vagrant ssh`.