Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.86 KB

File metadata and controls

67 lines (43 loc) · 1.86 KB

Ansible Collection - middleware_automation.jbcs

Build Status

Collection to install and configure JBoss Core Services as a reverse proxy / modcluster instance.

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.16.0.

Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions.

Installation

Installing the Collection from Ansible Galaxy

Before using the collection, you need to install it with the Ansible Galaxy CLI:

ansible-galaxy collection install middleware_automation.jbcs

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: middleware_automation.jbcs

Included roles

  • jbcs: role for installing the service.

Usage

Using all default values, the collection is invoked from a playbook as follows:

- name: Converge
  hosts: all
  collections:
    - middleware_automation.jbcs
  roles:
    - jbcs

Release and Upgrade Notes

For details on changes between versions, please see the changelog for this collection.

License

Apache License v2.0 or later

See LICENSE to view the full text.