fuseki
Ansible Role: Apache Jena/Fuseki SPARQL Server
An Ansible Role that installs Apache Jena/Fuseki on Linux.
Requirements
A Java runtime has to be installed on the target host.
Example Playbook
- role: geerlingguy.java
- role: gremid.fuseki
fuseki_configurations:
- name: "test-db"
read_write: True
union_default_graph: False
Tests
To run the test playbook(s):
- Install and start Docker.
- Download the test shim (see .travis.yml file for the URL) into
tests/test.sh
: - Make the test shim executable:
chmod +x tests/test.sh
. - Run (from the role root directory)
distro=[distro] playbook=[playbook] ./tests/test.sh
If you don't want the container to be automatically deleted after the test playbook is run, add the following environment variables:
cleanup=false container_id=$(date +%s)
License
BSD
Author Information
This role was created in 2018 by Pagina GmbH.
It draws heavily from best practices as demonstrated in roles authored by Jeff Geerling, author of Ansible for DevOps.
Install
ansible-galaxy install paginagmbh/ansible-role-fuseki
License
bsd-2-clause
Downloads
57
Owner