Apache Tomcat

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Tomcat

As a: UNIX and Linux system administrator

I want to: install Apache Tomcat

So that: serve Java applications.

Using the role

Using the role in a playbook
---
- name: Install tomcat
  hosts: all

  tasks:
    - name: tomcat is configured
      import_role:
        name: devopstoolbox.tomcat
      vars:
        tomcat_enable_service: true
      tags: tomcat
# Install the role
ansible-galaxy install devopstoolbox.tomcat

# Run the playbook
ansible-playbook tomcat-playbook.yml

Last update: 2020-02-09