https://github.com/deveryware/ansible-role-tomcat8
Ansible role to install tomcat8
https://github.com/deveryware/ansible-role-tomcat8
Last synced: 3 months ago
JSON representation
Ansible role to install tomcat8
- Host: GitHub
- URL: https://github.com/deveryware/ansible-role-tomcat8
- Owner: Deveryware
- License: mit
- Created: 2022-12-02T16:02:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T16:40:38.000Z (over 8 years ago)
- Last Synced: 2025-02-26T09:33:03.107Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role Tomcat8
Ansible role to install tomcat8
## Prerequisites
* Java 7+
* libservlet3.1-java
## Usage
http://:/
http://localhost:8080
## Example Playbook
- name: Tomcat servers installation
hosts: tomcat-servers
roles:
- role: ansible-role-tomcat8
tomcat_extra_packages:
- openjdk-8-jdk
- libservlet3.1-java
## Advanced Options
**tomcat_extra_packages**: If you want to add some extra packages, especially libservlet3.1-java.
**tomcat_cache_valid_time**: 3600 - Update the apt cache if its older than this value in seconds.
## License
MIT
## Author Information
This role was created in 2018 by Olivier Locard on the behalf of Deveryware.