Commit cad450b4 authored by Reimar Stier's avatar Reimar Stier

add a list of possible base boxes

parent 5f3fc192
......@@ -7,3 +7,18 @@ vagrant plugin install vagrant-proxyconf
vagrant ssh devbox
cd /vagrant
ansible-playbook playbook.yml --connection=local -i devbox, -e ansible_become=true
# base boxes
* geerlingguy https://app.vagrantup.com/geerlingguy
* gerlingguy/debian10 (https://github.com/geerlingguy/packer-debian-10)
* Ubuntu https://app.vagrantup.com/ubuntu/
* ubuntu/bionic64 (Ubuntu 18.04)
* Generic https://app.vagrantup.com/generic/
* Roboxes (https://roboxes.org/) is a project that encapsulates Packer templates for building base boxes suitable for use with Vagrant, Docker, or as generic open virtualization appliances. A subset of the templates are built and available from the Vagrant Cloud.
* generic/ubuntu1804
* generic/debian10
* generic/opensuse15
* generic/centos8
* Opensuse
* opensuse/openSUSE-Tumbleweed-Vagrant.x86_64
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment