vagrant
ansible-role-vagrant
:warning: Warning: this project is no longer maintained :warning:
I decided to convert the Ansible code to Bash for simplicity.
Ansible role to install Vagrant on Debian/Ubuntu hosts.
The installation steps were taken from: https://developer.hashicorp.com/vagrant/downloads.
Usage
- Install this role using the
ansible-galaxy
CLI tool - You can then include it into the
tasks
section of your Ansible Playbook. Seetest/playbook.yml
for an example of how to do that. Remember to replace the role name withdmotte.vagrant
.
Note: this role must be run as root (
ansible_become: true
).
Role variables
(none)
Development
If you want to contribute to this project, you can use the test/playbook.yml
file to test the role while editing it.
Place your inventory file (e.g. hosts.yml
) inside the test
folder.
You can then execute the playbook against your host:
cd test/
ansible-playbook -i hosts.yml playbook.yml
About
Ansible role to install Vagrant on Debian/Ubuntu hosts
Install
ansible-galaxy install dmotte/ansible-role-vagrant
License
mit
Downloads
88
Owner