diff --git a/README.md b/README.md index 2255018..964c566 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/defaults/main.yml b/defaults/main.yml index f550c55..c630ce3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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"