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

Update to run on Tomcat 9 and Ubuntu 20.04 Focal64 #11

Merged
merged 1 commit into from
Apr 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ fcrepo_syn_tokens: []

## Dependencies

* Islandora-Devops.tomcat8
* [Github](https://github.com/Islandora-Devops/ansible-role-tomcat8)
* [Galaxy](https://galaxy.ansible.com/Islandora-Devops/tomcat8/)
* Islandora-Devops.tomcat9
* [Github](https://github.com/Islandora-Devops/ansible-role-tomcat9)
* [Galaxy](https://galaxy.ansible.com/Islandora-Devops/tomcat9/)

## Example Playbook

Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ fcrepo_syn_version: 1.1.0
fcrepo_syn_folder: /opt/syn

# User for the tomcat container
fcrepo_syn_user: tomcat8
fcrepo_syn_user: tomcat

# Tomcat home
fcrepo_syn_tomcat_home: /var/lib/tomcat8
fcrepo_syn_tomcat_home: /var/lib/tomcat9

# Where to save the public key
fcrepo_syn_default_public_key_path: "{{ fcrepo_syn_tomcat_home }}/conf/public.key"
Expand Down