Vagrant AntiX Box

antix-net is a small Vagrant VM with almost nothing installed.  Based on AntiX-17 x64, with Python 2.7 added so it can be provisioned with Ansible.

To use it:

vagrant init johnk/antix-net
vagrant up

The box uses 2GB of RAM and has a 10GB disk. The image is around 350MB.

I’ll be moving some work off of the Ubuntu boxes, like the vagrant-ansible-wp setup that was just updated. It works, but the Ansible code is a mess, it still installs MySQL and uses Apache.  I want nicer code, and want to use MariaDB and switch web servers out.

Leave a Reply