Skip to content

mcgrof/install-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-vagrant

The ansible install-vagrant role lets you get install vagrant, and on Linux also installs the vagrant-libvirt plugin.

Requirements

Run a supported OS/distribution:

  • SUSE SLE / OpenSUSE
  • Red Hat / Fedora
  • Debian / Ubuntu

Role Variables

  • vagrant_version: the vagrant version to install. This is only used if downloading and installing the zip file.
  • force_install_zip: if your distro supports a package ignore it, and instead installt he package from the zip file directly from Hashicorp
  • force_install_if_present: set to False by default, set this to True to force download vagrant even if you already have it present.

Dependencies

None.

Example Playbook

Below is an example playbook, say a bootlinux.yml file:

---
- hosts: localhost
  roles:
    - role: mcgrof.install-vagrant

License

GPLv2

About

Ansible role to install vagrant and libvirt plugin

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors