activemq

Ansible Role: Apache ActiveMQ

CI

Sets up Apache ActiveMQ from binary tgz.

Requirements

None.

Role Variables

Interesting variables are listed below, along with default values (see defaults/main.yml for a full list):

activemq_version: 5.15.13

The version you wish to install. It also impacts the installation path.

activemq_install_path: /opt

Path under which to install activemq. It will be /SOME_PATH/apache-activemq-x.yy.z

activemq_user: apachemq
activemq_group: apachemq

User and group under which to setup files and start activemq.

activemq_force_install: false

Unless this is true the role will not overwrite if the path already exists.

Dependencies

None.

Example Playbook

---
- hosts: all

  roles:
    - filviu.activemq
      activemq_version: 5.15.13
      activemq_install_path: /opt
      activemq_user: activemq
      activemq_group: activemq
      activemq_config_template: activemq.xml.j2

License

MIT / BSD

Author Information

This role was created by Silviu Vulcan to scratch his own itch.

About

Setup Apache ActiveMQ from binary tgz

Install
ansible-galaxy install filviu/ansible-role-activemq
GitHub repository
License
Unknown
Downloads
7273
Owner
Sysadmin / DevOPS engineer. Probably doing devops before it was fashionable to be named that.