https://github.com/elan-ev/opencast_activemq
Ansible role to install and prepares ActiveMQ for Opencast
https://github.com/elan-ev/opencast_activemq
ansible ansible-role opencast
Last synced: 4 months ago
JSON representation
Ansible role to install and prepares ActiveMQ for Opencast
- Host: GitHub
- URL: https://github.com/elan-ev/opencast_activemq
- Owner: elan-ev
- License: bsd-3-clause
- Created: 2021-06-30T10:16:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T22:47:53.000Z (over 3 years ago)
- Last Synced: 2025-02-25T10:46:44.290Z (4 months ago)
- Topics: ansible, ansible-role, opencast
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible: Opencast ActiveMQ Role
===============================This Ansible role installs and prepares ActiveMQ for Opencast.
ActiveMQ will be configured with no authentication but will accept local connections only.
This will work if it is installed on Opencast's admin node.Role Variables
--------------- `opencast_repository_identifiers`
- List of repository identifiers to temporarily activate for integration
- Will usually be provided by the `opencast_repository` role
- `opencast_version_major`
- Opencast major version to get the configuration forDependencies
------------This role requires `elan.opencast_repository`.
Example Playbook
----------------Example of how to configure and use the role:
```yaml
- hosts: servers
become: true
roles:
- role: elan.opencast_activemq
opencast_version_major: 10
```