This repo is used to launch a FTF GeoNode into a Vagrant Virtual Machine for testing.
To launch the test VM do the following
ansible-galaxy install GeoNode.geonode
vagrant up
As described in ansible.cfg
, the roles path is hardcoded to ~/.ansible/roles
. Roles from Ansible Galaxy will be downloaded there. The playbook only uses the one GeoNode.geonode
role.
If you want to change the repository or branch used, you can adjust the vars
in playbook.yml
.