dmotte.vagrant
ansible-role-vagrant
⚠️ Warning: this project is no longer maintained ⚠️
I have decided to change the Ansible code to Bash for easier use.
This is an Ansible role to install Vagrant on Debian/Ubuntu systems.
The installation steps were taken from: https://developer.hashicorp.com/vagrant/downloads.
How to Use
- Install this role using the
ansible-galaxy
command line tool. - Include it in the
tasks
section of your Ansible Playbook. Check outtest/playbook.yml
for an example. Remember to change the role name todmotte.vagrant
.
Note: You must run this role as root (
ansible_become: true
).
Role Variables
(none)
Development
If you want to help with this project, you can use the test/playbook.yml
file to test the role while you are working on it.
Put your inventory file (like hosts.yml
) inside the test
folder.
You can then run the playbook on your host by using:
cd test/
ansible-playbook -i hosts.yml playbook.yml
Informazioni sul progetto
Ansible role to install Vagrant on Debian/Ubuntu hosts
Installa
ansible-galaxy install dmotte.vagrant
Licenza
mit
Download
102
Proprietario