Skip to content

JakeTux8/jboss_eap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible JBoss EAP Role Build Status

A role to install JBoss Enterprise Application Platform on RHEL7. Intended to be used with JBoss Middleware Playbooks

Transfer Method

This role supports a few different mechanism for transferring the product zip files to the target host. These are documented on the main playbooks README, as the methods are supported across a variety of roles.

Dependencies

  • java
  • unzip

Our playbooks provide these dependencies in a common role, but this there is no explicitly ansible dependency to allow end users more options.

JBoss Instance Customization

JBoss instances can be customized on a per host/group basis by modifying the jboss_instance property. By default, a single standalone instance is deployed with HTTP and Management interfaces exposed to all interfaces.

jboss_instances:
  - name: standalone

There are several ways in which you can customize the JBoss instances as described below.

  • Create a single instance called standalone which does not publicly expose the Management interface
jboss_instances:
  - name: standalone
    bind_management_address: 127.0.0.1
  • Create multiple instances on the same machine with a port offset of 100
jboss_instances:
  - name: node1
  - name: node2
    port_offset: 100

Example Playbooks

License

LICENSE

Authors Information

About

Ansible role to install JBoss EAP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%