This repository has been archived by the owner on Oct 10, 2021. It is now read-only.
Releases: islandora-deprecated/ansible-role-tomcat8
Releases · islandora-deprecated/ansible-role-tomcat8
1.0.0: install tomcat8 from Apache binaries for centos (#3)
* install tomcat8 from source on centos * tidy up config and install scripts * tomcat-defaults.j2 is a Debian task, not a RH one Fixing a mistake made while mashing the Debian and RedHat config tasks together. * Changed tomcat version Changed EOL version 8.0.x to latest 8.5.x * Add CI Tests (#5) * Add CI testing. * Update readme * Make sure tomcat is started. (#6) * allow group_vars and revised defaults to overridde OS-specific variables * spacing nit-pick * Account for os-specific variables not set * corrected default variables and README Overridding the OS-specific variables is done by setting the usual variable name (NOT the one prefixed by underscores). * more stable binary url The www-eu URL only keeps the most recent binary, breaking the link with each new version. Using the archive URL so it doesn't keep breaking. Also updated the minor version. * install tomcat8 on centos using binaries tidy up config and install scripts tomcat-defaults.j2 is a Debian task, not a RH one Fixing a mistake made while mashing the Debian and RedHat config tasks together. Changed tomcat version Changed EOL version 8.0.x to latest 8.5.x allow group_vars and revised defaults to overridde OS-specific variables spacing nit-pick Account for os-specific variables not set corrected default variables and README Overridding the OS-specific variables is done by setting the usual variable name (NOT the one prefixed by underscores). more stable binary url The www-eu URL only keeps the most recent binary, breaking the link with each new version. Using the archive URL so it doesn't keep breaking. Also updated the minor version.