Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telus/ansible-tomcat
An Ansible role for Tomcat7
https://github.com/telus/ansible-tomcat
Last synced: 5 days ago
JSON representation
An Ansible role for Tomcat7
- Host: GitHub
- URL: https://github.com/telus/ansible-tomcat
- Owner: telus
- Created: 2015-08-26T04:45:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:53:13.000Z (over 2 years ago)
- Last Synced: 2023-03-01T13:56:44.034Z (over 1 year ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 2
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ansible-tomcat
[tomcat](https://tomcat.apache.org/index.html) An open-source java web server
[![Platforms](http://img.shields.io/badge/platforms-ubuntu-lightgrey.svg?style=flat)](#)
[![Build Status](https://travis-ci.org/telusdigital/ansible-tomcat.svg?branch=master)](https://travis-ci.org/telusdigital/ansible-tomcat)Tunables
--------
* `tomcat_user` (string) - User to run tomcat as
* `tomcat_group` (string) - Group to run tomcat as
* `tomcat_hostname` (string) - The hostname for the server
* `tomcat_server_port` (string) - The port tomcat will run on
* `tomcat_catalina_port` (string) - The port catalina will listen for requests (the port for webapp access)
* `tomcat_catalina_redirect_port` (string) - The port to redirect non-SSL connections
* `tomcat_log_root` (string) - The directory for tomcat logsDependencies
------------
NoneExample Playbook
----------------
- hosts: servers
roles:
- role: telusdigital.tomcatLicense
-------
[MIT](https://tldrlegal.com/license/mit-license)Contributors
------------
* [Ben Visser](https://github.com/noqcks)
* [Nikki](https://github.com/killerwails)
* Thank you to [Jeff Geerling](http://jeffgeerling.com/), [whose repository](https://github.com/geerlingguy/ansible-role-tomcat6) served as the starting point for this repo