Skip to content

timstaley/ansible-voeventdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timstaley.voeventdb

An Ansible role that provides an installation of the voeventdb database and REST API, served via Apache.

Vagrant VM for testing

To pull up a working VM with voeventdb installed, you will need:

Then:

cd vagrant
ansible-galaxy install -r requirements.txt
vagrant up

Notes

If the role-variable voeventdb_rest_enabled is passed as true, then apache2 will be installed and configured as necessary. If voeventdb_rest_enabled is false, then the only action taken is that the voeventdb site is disabled using a2dissite if the relevant file is present in /etc/apache2/sites-enabled

Releases

No releases published

Packages

No packages published