Installs the tomcat application server. https://tomcat.apache.org
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dell'Amico 37fe32e4a0
There is no JasperListener in tomcat 8+.
2 years ago
defaults Default for tomcat_catalina_shared_loader_path. 2 years ago
files Customization of catalina.properties. 2 years ago
handlers First import of the old role. 4 years ago
meta First import of the old role. 4 years ago
tasks Customization of catalina.properties. 2 years ago
templates There is no JasperListener in tomcat 8+. 2 years ago
tests Initial commit 4 years ago
vars Initial commit 4 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md First import of the old role. 4 years ago

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