@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
43 lines (34 loc) • 2.43 kB
YAML
---
vagrant_vmware_support: true
# The role will install all plugins specified in vagrant_plugins with the
# vagrant plugin install {{ plugin }} command
vagrant_plugins:
# @action Vagrant Plugins # [vagrant-bindfs](https://github.com/gael-ian/vagrant-bindfs)
# A Vagrant plugin to automate bindfs mounts in the VM. This allow you to change owner,
# group and permissions on files and, for example, work around NFS share permissions issues.
- vagrant-bindfs
# @action Vagrant Plugins # [vagrant-digitalocean](https://github.com/devopsgroup-io/vagrant-digitalocean)
# Vagrant provider plugin that supports the management of DigitalOcean Droplets
- vagrant-digitalocean
# @action Vagrant Plugins # [vagrant-google](https://github.com/mitchellh/vagrant-google)
# Vagrant provider plugin that supports the management of Google Compute Engine
- vagrant-google
# @action Vagrant Plugins # [vagrant-libvirt](https://github.com/vagrant-libvirt/vagrant-libvirt)
# Vagrant plugin that adds a Libvirt provider to Vagrant, allowing Vagrant to control and provision machines via Libvirt toolkit
# @todo Improvement: Make the plugin `vagrant-libvirt` only install when KVM is available on the system
- vagrant-libvirt
# @action Vagrant Plugins # [vagrant-parallels](https://github.com/Parallels/vagrant-parallels)
# Vagrant Parallels Provider is a plugin for Vagrant, allowing to manage Parallels Desktop virtual machines on macOS hosts
# @todo Improvement: Make the plugin `vagrant-parallels` plugin only install when Parallels in present on the system
- vagrant-parallels
# @action Vagrant Plugins # [vagrant-share](https://www.vagrantup.com/docs/share)
# Vagrant Share allows you to share your Vagrant environment with anyone in the world, enabling collaboration directly
# in your Vagrant environment in almost any network environment with just a single command
- vagrant-share
# @action Vagrant Plugins # [vagrant-vbguest](https://github.com/dotless-de/vagrant-vbguest)
# Automatically installs the host's VirtualBox Guest Additions on guest systems
- vagrant-vbguest
# @action Vagrant Plugins # [vagrant-vmware-desktop](https://github.com/hashicorp/vagrant-vmware-desktop)
# Installs the Vagrant VMWare Desktop plugin if the `vmware_license_local_path` is specified and the `vagrant_vmware_support`
# variable is set to `true`
vmware_license_local_path: ~/.config/vmware-license.lic