Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

islandora-deprecated/ansible-role-fcrepo-syn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Syn

An Ansible role that installs the Tomcat Valve Syn on:

  • Centos/RHEL 7.x
  • Ubuntu Xenial

Role Variables

Available variables are listed below, along with default values:

Version of Syn to install:

fcrepo_syn_version: 0.1.0

Where to download Syn to:

fcrepo_syn_folder: /opt/syn

User to install Syn with:

fcrepo_syn_user:

Tomcat's home:

fcrepo_syn_tomcat_home:

Sites on Tomcat to install a key to decode JWTs:

fcrepo_syn_sites: []
# - url:
#   algorithm:
#   encoding:
#   anonymous:
#   default:
#   path:
#   key:

Static tokens to install in Syn:

fcrepo_syn_tokens: []
# - user:
# - roles:
# - token:

Dependencies

Example Playbook

- hosts: webservers
  roles:
    - { role: Islandora-Devops.fcrepo-syn }

License

MIT