devops.tomcat7
Ansible Role: Tomcat 7
An Ansible Role that installs Tomcat 7 on RedHat/CentOS Linux servers.
Requirements
None.
Role Variables
Available variables are listed below, along with default values (see defaults/main.yml):
tomcat7_packages:- tomcat - tomcat-admin-webapps - tomcat-webappsTomcat services installed the packages, Production environment recommended only use tomcat.
tomcat7_hostname: localhosttomcat7_server_port: 8005tomcat7_catalina_port: 8080tomcat7_catalina_redirect_port: 8443tomcat7_ajp_port: 8009tomcat7_uriencoding: ""
Dependencies
None.
Example Playbook
- hosts: servers
roles:
- role: tomcat7
tomcat7_packages:
- tomcat
License
MIT / BSD
Author Information
z.
