Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samdoran/ansible-role-jboss-fuse
https://github.com/samdoran/ansible-role-jboss-fuse
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samdoran/ansible-role-jboss-fuse
- Owner: samdoran
- Created: 2016-06-28T20:42:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T07:02:42.000Z (about 6 years ago)
- Last Synced: 2024-11-01T09:14:33.070Z (2 months ago)
- Size: 1.95 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JBoss Fuse on EAP
=========
[![Galaxy](https://img.shields.io/badge/galaxy-samdoran.jboss--fuse-blue.svg?style=flat)](https://galaxy.ansible.com/samdoran/jboss-fuse)Install JBoss Fuse on EAP.
Requirements
------------Fuse installation JAR file must be downloaded and placed in `files` or available for download at `jboss_fuse_jar_file_url`.
Role Variables
--------------| Name | Default Value | Description |
|-------------------|---------------------|----------------------|
| `jboss_fuse_jar_file` | `fuse-eap-installer-6.2.1.redhat-084.jar` | |
| `jboss_fuse_jar_file_url` | `[undefined]` | When defined, download the installer jar file from this URL instead of coping from the control node. |
| `jboss_fuse_install_dir` | `/var/tmp` | Where the jar file will be downloaded/copied to. |Dependencies
------------- `samdoran.redhat-subscription`
- `samdoran.java`
- `samdoran.jboss-eap`Example Playbook
----------------- hosts: fuse
roles:
- samdoran.redhat-subscription
- samdoran.java
- samdoran.jboss-eap
- samdoran.jboss-fuseLicense
-------MIT