Apache ActiveMQ
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Activemq
As a: UNIX and Linux system administrator
I want to: install Apache ActiveMQ
So that: set up message queues.
Using the role
Using the role in a playbook
--- - name: Install activemq hosts: all tasks: - name: activemq is configured import_role: name: devopstoolbox.activemq vars: activemq_enable_service: true tags: activemq
# Install the role ansible-galaxy install devopstoolbox.activemq # Run the playbook ansible-playbook activemq-playbook.yml
Last update: 2020-02-09