Ansible playbooks for a vector tile server.
Playbooks can be tested using Vagrant.
Add Ubuntu 14.04 LTS to Vagrant:
vagrant box add ubuntu-official-lts https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box
From the directory containing Vagrantfile
, run
vagrant up --provision
or, if the VM is already running, run
vagrant provision