Installs the tomcat application server. https://tomcat.apache.org
Go to file
Andrea Dell'Amico 37fe32e4a0
There is no JasperListener in tomcat 8+.
2022-10-13 17:15:39 +02:00
defaults Default for tomcat_catalina_shared_loader_path. 2022-07-18 18:10:55 +02:00
files Customization of catalina.properties. 2022-07-05 15:29:37 +02:00
handlers First import of the old role. 2020-06-01 18:55:11 +02:00
meta First import of the old role. 2020-06-01 18:55:11 +02:00
tasks Customization of catalina.properties. 2022-07-05 15:29:37 +02:00
templates There is no JasperListener in tomcat 8+. 2022-10-13 17:15:39 +02:00
tests Initial commit 2020-05-28 15:03:22 +02:00
vars Initial commit 2020-05-28 15:03:22 +02:00
.gitignore Initial commit 2020-05-28 15:03:22 +02:00
LICENSE Initial commit 2020-05-28 15:03:22 +02:00
README.md First import of the old role. 2020-06-01 18:55:11 +02:00

README.md

Role Name

A role that installs the tomcat packages

Role Variables

The most important variables are listed below:

tomcat_min_heap_size: 2048m
tomcat_heap_size: '{{ tomcat_min_heap_size }}'
tomcat_other_java_opts: ""
tomcat_javamelody: False
tomcat_install_admin: False
tomcat_manager_gui_user_enabled: True
tomcat_manager_gui_user: guiadmin
tomcat_manager_gui_r: "manager-gui"
#tomcat_manager_gui_pwd: *See the vault file*
tomcat_manager_script_user_enabled: False
tomcat_manager_script_user: scriptadmin
tomcat_manager_script_r: "manager-script"
#tomcat_manager_script_pwd: *See the vault file*
tomcat_manager_jmx_user_enabled: False
tomcat_manager_jmx_user: jmxadmin
tomcat_manager_jmx_r: "manager-jmx"
#tomcat_manager_jmx_pwd: *See the vault file*
tomcat_manager_status_user_enabled: False
tomcat_manager_status_user: statusadmin
tomcat_manager_status_r: "manager-status"
#tomcat_manager_status_pwd: *See the vault file*

Dependencies

openjdk, <git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-openjdk.git>

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it