An ansible role to install tomcat 8 on Debian based distributions. The installation uses the packages provided with the distribution and does not download packages (.deb, .tar.gz, ...) from other repositories.
None
The variables should be configured by the user (default values provided) :
tomcat_keystore_passphrase
: Keystore and private key passphrase (string, default:changeit
)tomcat_keystore_cert_alias
: Keystore alias for the certifiage (string, default:tomcat
)tomcat_default_port
: Default connector port (integer, default:8080
)tomcat_default_port_ssl
: Default redirect port (integer, default:8443
)tomcat_memory_size
: Tomcat memory size (string, default:1024m
)tomcat_memory_permsize
: Tomcat memory PermSize (string, default:128m
)keystore
: Path to the keystore containing the certificates for the ssl. If undefined a self-signed certificate is generated (path, default: unassigned)
None
To use the role you have to add in your playbook:
- hosts: servers
roles:
- osct.tomcat-8
Apache v. 2.0
This role was created by Marco Fargetta at the INFN division of Catania for use with the federation GrIDP.