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
- Host: GitHub
- URL: https://github.com/fibrefox/vagrant-ansible-multi-vm
- Owner: FibreFoX
- Archived: true
- Created: 2017-08-01T10:13:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T07:12:47.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T01:25:43.014Z (over 1 year ago)
- Topics: ansible, vagrant, vagrantfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.