ONLYOFFICE.rabbitmq

Ansible Role: RabbitMQ

Test

This role installs RabbitMQ on Linux.

Role Variables

Here are the available variables, along with their default values (see defaults/main.yml):

  • Controls if the RabbitMQ service is running and if it should start when the system boots.

    rabbitmq_daemon: rabbitmq-server
    rabbitmq_state: started
    rabbitmq_enabled: true
    
  • The versions of Erlang and RabbitMQ to install.

    erlang_version: 25.3.2.7
    rabbitmq_version: 3.11.24
    
  • The versions of Erlang and RabbitMQ to install on RedHat 7 / CentOS 7.

    erlang_version: 23.3.4.11
    rabbitmq_version: 3.10.0
    

Dependencies

community.rabbitmq

To use this role, you need to install the RabbitMQ community collection:

ansible-galaxy collection install community.rabbitmq

Example Playbook

Here's an example of how to use this role in a playbook:

- hosts: all
  become: true
  roles:
    - onlyoffice.rabbitmq
Informazioni sul progetto

RabbitMQ installation for Linux

Installa
ansible-galaxy install ONLYOFFICE.rabbitmq
Licenza
agpl-3.0
Download
7.7k
Proprietario
A free and open source office and productivity suite