Installs the tomcat application server. https://tomcat.apache.org
Go to file
Andrea Dell'Amico a031904751 First import of the old role. 2020-06-01 18:55:11 +02:00
defaults First import of the old role. 2020-06-01 18:55:11 +02:00
files First import of the old role. 2020-06-01 18:55:11 +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 First import of the old role. 2020-06-01 18:55:11 +02:00
templates First import of the old role. 2020-06-01 18:55:11 +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