How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "JoergFiedler/freebsd-11.1"
  config.vm.box_version = "0.11.1"
end
vagrant init JoergFiedler/freebsd-11.1 \
  --box-version 0.11.1
vagrant up

This version was created almost 7 years ago.

Provides FreeBSD for aws and virtualbox providers.

The virtualbox file is a minimum FreeBSD 11.1 installation with a few packages installed to work with Ansible. See Github how this image is created.

Box files for aws refer AMI's provided by FreeBSD release team.

2 providers for this version.
  • aws
    unknown Externally hosted (raw.githubusercontent.com)
  • virtualbox
    unknown Externally hosted (vastland.moumantai.de)