Skip to content

paginagmbh/ansible-role-fuseki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Apache Jena/Fuseki SPARQL Server

Build Status

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):

  1. Install and start Docker.
  2. Download the test shim (see .travis.yml file for the URL) into tests/test.sh:
  3. Make the test shim executable: chmod +x tests/test.sh.
  4. 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.