How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "simpel/web"
  config.vm.box_version = "2021.02.17"
end
vagrant init simpel/web \
  --box-version 2021.02.17
vagrant up

This version was created over 2 years ago.

Updates

  • CentOS upgraded to 7.9.2009
  • HAProxy upgraded to 1.8
  • HAProxy has request rate limit on local.api.simpel.nl/login
  • HAProxy has stats enabled on 4242 tcp port
  • socat utility has been added to support work with sockets
1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (1.53 GB)