https://github.com/markmandel/vagrant_ansible_example
Example of setting up Vagrant with Ansible provisioner
https://github.com/markmandel/vagrant_ansible_example
Last synced: 8 months ago
JSON representation
Example of setting up Vagrant with Ansible provisioner
- Host: GitHub
- URL: https://github.com/markmandel/vagrant_ansible_example
- Owner: markmandel
- Created: 2013-05-19T02:26:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-30T04:16:13.000Z (about 13 years ago)
- Last Synced: 2025-01-28T23:37:24.483Z (over 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example Vagrant + Ansible Project
----------------------------------------
Just me mucking around with Ansible and Vagrant.
Items installed:
- Java (thanks to [Webupd8 Java PPA](http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html))
This example does use [Roles](http://ansible.cc/docs/playbooks.html#roles), which are an Ansible 1.2 feature, and therefore
you will need to checkout Ansible from Git.
This also uses a [External Inventory Ansible plugin](http://ansible.cc/docs/api.html#external-inventory-scripts) to configure the IP of the Vagrant host.