Skip to content

Rheinwerk/ansible-role-update_tomcat_config

Repository files navigation

update_tomcat_config

This role can be used to update a tomcat config, e. g. early in the startup process before the actual services runs.

CI

Notice that it will not start the service and expects the program to be installed already.

Requirements

The target machine must have tomcat installed.

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: update_tomcat_config, tags: [ 'tomcat' ], _tomcat: "{{ TOMCAT }}" }

License

Please see LICENSE.

Author Information

Original author is Michael Schmitz as member of the Rheinwerk project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published