Releases: zaxos/tomcat-ansible-role
Releases · zaxos/tomcat-ansible-role
1.4.0
Enhancements:
* Added ability to handle disconnected remote host (credit @ abdennour)
* Added ability to disable AJP, change AJP listen address and configure AJP secret.
Also, added ability to override AJP secret by setting secretRequired=False.
However, this is not recommended for security reasons. Please see CVE-2020-1938 vulnerability.
(credit @ ggambini)
* Verified CentOS/RHEL 8 support
Fixes:
* Use setenv.sh and /etc/systemd path for systemd service file (credit @ sgargel)
(please consider tomcat_delete_old_systemd_service_file variable if upgrading from previous release)
* Changed the way of applying production permissions. You can configure directory
and files modes independently for each sub folder. (credit @ Sam-Hall)