Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumebriday/vagrant-ansible-demo
https://github.com/guillaumebriday/vagrant-ansible-demo
ansible vagrant
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillaumebriday/vagrant-ansible-demo
- Owner: guillaumebriday
- License: mit
- Created: 2018-10-04T15:14:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T11:21:58.000Z (about 6 years ago)
- Last Synced: 2024-12-18T15:08:24.333Z (about 1 month ago)
- Topics: ansible, vagrant
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```