Rheinwerk.tomcat_server

tomcat_server

This role can be used to install tomcat

CI

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.

About

Installs Tomcat

Install
ansible-galaxy install Rheinwerk.tomcat_server
GitHub repository
License
gpl-3.0
Downloads
725
Owner