https://github.com/grycap/ansible-role-tomcat
Ansible role for installing Apache Tomcat
https://github.com/grycap/ansible-role-tomcat
Last synced: 5 months ago
JSON representation
Ansible role for installing Apache Tomcat
- Host: GitHub
- URL: https://github.com/grycap/ansible-role-tomcat
- Owner: grycap
- License: apache-2.0
- Created: 2016-12-07T14:52:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T16:42:48.000Z (over 9 years ago)
- Last Synced: 2025-05-22T12:31:43.945Z (about 1 year ago)
- Size: 8.79 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://travis-ci.org/grycap/ansible-role-tomcat)
Apache Tomcat Role
=======================
This ansible role installs [Apache Tomcat ](https://tomcat.apache.org/).
>_Warning_
(If needed) the java version installed in Ubuntu 14.04 is 1.7. Centos 6 , Centos 7 and Ubuntu 16.04 will install java 1.8 .
Also tomcat version is not fixed, this role will always install the latest version of the tomcat package available at the repositories.
Example Playbook
----------------
This an example of how to install this role:
- hosts: server
roles:
- { role: 'grycap.tomcat' }
Contributing to the role
========================
In order to keep the code clean, pushing changes to the master branch has been disabled.
If you want to contribute, you have to create a branch, upload your changes and then create a pull request.
Thanks