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

https://github.com/fibrefox/vagrant-ansible-multi-vm

Vagrant-setup with multiple VMs and Ansible for provisioning
https://github.com/fibrefox/vagrant-ansible-multi-vm

ansible vagrant vagrantfile

Last synced: over 1 year ago
JSON representation

Vagrant-setup with multiple VMs and Ansible for provisioning

Awesome Lists containing this project

README

          

# Vagrant setup with multiple VMs and Ansible for provisioning

While creating a local development-setup, I realized that I need to avoid having Ansible and the Virtualbox Guest Additions being installed on my development-VM.

This made me search for a way to have [Ansible](https://www.ansible.com/get-started) installed on a separate VM but created by the same Vagrantfile.

This needs vagrant-vbguest being installed:

```sh
vagrant plugin install vagrant-vbguest
```

To create both VMs, just type `vagrant up` and let the magic happen.