https://github.com/ansible-middleware/jbcs
Collection to install and configure JBoss Core Services as a reverse proxy / modcluster instance.
https://github.com/ansible-middleware/jbcs
httpd-server jbcs modcluster reverse-proxy
Last synced: about 1 month ago
JSON representation
Collection to install and configure JBoss Core Services as a reverse proxy / modcluster instance.
- Host: GitHub
- URL: https://github.com/ansible-middleware/jbcs
- Owner: ansible-middleware
- License: apache-2.0
- Created: 2022-10-10T08:20:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T10:40:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-12T15:05:16.975Z (almost 2 years ago)
- Topics: httpd-server, jbcs, modcluster, reverse-proxy
- Language: Jinja
- Homepage:
- Size: 3.27 MB
- Stars: 0
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Collection - middleware_automation.jbcs
[](https://github.com/ansible-middleware/jbcs/actions/workflows/ci.yml)
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.14.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:
```yaml
---
collections:
- name: middleware_automation.jbcs
```
### Included roles
* [`jbcs`](https://github.com/ansible-middleware/jbcs/blob/main/roles/jbcs/README.md): 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
```
## License
Apache License v2.0 or later
See [LICENSE](LICENSE) to view the full text.