Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 527 Bytes

ftf_geonode_vm_test

This repo is used to launch a FTF GeoNode into a Vagrant Virtual Machine for testing.

Usage

To launch the test VM do the following

ansible-galaxy install GeoNode.geonode
vagrant up

Defaults

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.