Rheinwerk.tomcat_server
tomcat_server
This role can be used to install tomcat
Requirements
None.
Role Variables
There is one main variable that drives this role: _tomcat. It is a map that contains all configuration and settings for this role.
Please see defaults file.
Dependencies
None
Example Playbook
- hosts: servers
var:
TOMCAT:
...
roles:
- { role: tomcat_server, tags: [ 'tomcat' ], _tomcat: "{{ TOMCAT }}" }
License
Please see LICENSE.
Author Information
Original author is Michael Schmitz as member of the Rheinwerk project.
