dmotte.vagrant

ansible-role-vagrant

GitHub latest release Ansible Galaxy

⚠️ 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

  1. Install this role using the ansible-galaxy command line tool.
  2. Include it in the tasks section of your Ansible Playbook. Check out test/playbook.yml for an example. Remember to change the role name to dmotte.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
Installa
ansible-galaxy install dmotte.vagrant
Licenza
mit
Download
102
Proprietario