Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timstaley/ansible-voeventdb
Ansible role for a voeventdb / Apache installation.
https://github.com/timstaley/ansible-voeventdb
ansible ansible-role vagrant voevent voeventdb
Last synced: 16 days ago
JSON representation
Ansible role for a voeventdb / Apache installation.
- Host: GitHub
- URL: https://github.com/timstaley/ansible-voeventdb
- Owner: timstaley
- Created: 2015-10-05T16:56:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T23:53:55.000Z (over 6 years ago)
- Last Synced: 2024-11-06T22:09:17.545Z (2 months ago)
- Topics: ansible, ansible-role, vagrant, voevent, voeventdb
- Language: Roff
- Homepage: https://galaxy.ansible.com/detail#/role/5896
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timstaley.voeventdb
An [Ansible][] [role][] that provides an installation of the
[voeventdb][] database and REST API, served via Apache.[Ansible]: http://www.ansible.com/configuration-management
[role]: http://docs.ansible.com/ansible/playbooks_roles.html[voeventdb]: https://github.com/timstaley/voeventdb
## Vagrant VM for testing
To pull up a working VM with voeventdb installed, you will need:- vagrant: https://www.vagrantup.com/
- Ansible: http://docs.ansible.com/ansible/intro_installation.html
Then:cd vagrant
ansible-galaxy install -r requirements.txt
vagrant up
## NotesIf 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`