Maarc / ansible-role-redhat-jboss-web-server-tomcat

Ansible role for JBoss Web Server Tomcat on RHEL7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role: "Red Hat JBoss Web Server - Tomcat" Build Status Galaxy

Description

Please have a look at this example showing how to easily operate Red Hat JBoss middleware products using this role.

Requirements

This role has been tested on Ansible 2.0.2.0 and 2.1.1.0. It requires Red Hat Enterprise Linux 7.

Dependencies

The "Maarc.rh-jboss-common" role is required. It could be imported as follows:

ansible-galaxy install Maarc.rh-jboss-common -p roles

or

ansible-galaxy install -r requirements.yml -p roles

Installation

ansible-galaxy install Maarc.rh-jboss-web-server-tomcat -p roles

Role Variables

A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.

Example Playbook

- hosts: "dev-jws-group"
  roles:
    - {role: "Maarc.rh-jboss-web-server-tomcat", app_list: { "tomcat-sample.war" }}

License

Apache 2.0

Authors Information

About

Ansible role for JBoss Web Server Tomcat on RHEL7

License:Apache License 2.0