Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rattermeyer/vagrant-user-demo
https://github.com/rattermeyer/vagrant-user-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rattermeyer/vagrant-user-demo
- Owner: rattermeyer
- Created: 2015-03-23T21:00:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T21:05:07.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T08:07:27.279Z (2 months ago)
- Language: Shell
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-user-demo
# Pre-Requisites
* Vagrant installation
* VirtualBox installation
* 4 GB free RAM for VirtualBoxes# Installation
git clone https://github.com/rattermeyer/vagrant-user-demo.git
cd vagrant-user-demo
vagrant up
# Running the ExamplesLogin into the controlmachine. You can either issue vagrant ssh or use ssh to login to the machine.
Then change into `ansible-user-demo` and run `ansible -i inventory all -m ping` to test you can ping all other machines.
Accept the ssh keys. After that you can run `ansible-playbook -s -i development site.yml`.For details see [ansible-user-demo](https://github.com/rattermeyer/ansible-user-demo.git)