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

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.

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`.