How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "beeswax/ubuntu-18.04"
end
vagrant init beeswax/ubuntu-18.04
vagrant up
This version was created over 4 years ago.
Updated to latest 18.04 patchlevel (04)
This version was created about 5 years ago.
fix ansible and python versions
This version was created about 5 years ago.
Fix pip/pip2/pip3 confusion
This version was created about 5 years ago.
This version was created about 5 years ago.
Another s3 test
This version was created about 5 years ago.
Test from s3 bucket
This version was created about 5 years ago.
Added aptitude to get rid of warning
This version was created about 5 years ago.
There isn't a description.