Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guillaumebriday/vagrant-ansible-demo


https://github.com/guillaumebriday/vagrant-ansible-demo

ansible vagrant

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vagrant-ansible-demo

## Installing on virtual machine

Before starting, you need to install :

+ [Vagrant](https://www.vagrantup.com)
+ [Virtualbox](https://www.virtualbox.org)

Then run :

```bash
$ vagrant up --provision
```

and

```bash
$ vagrant halt # to stop the VM
```