community.rabbitmq.rabbitmq_feature_flag (1.3.0) — module

Enables feature flag

| "added in version" 1.1.0 of community.rabbitmq"

Authors: Damian Dabrowski (@damiandabrowski5)

Install collection

Install with ansible-galaxy collection install community.rabbitmq:==1.3.0


Add to requirements.yml

  collections:
    - name: community.rabbitmq
      version: 1.3.0

Description

Allows to enable specified feature flag.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Enable the 'maintenance_mode_status' feature flag on 'rabbit@node-1'
  community.rabbitmq.rabbitmq_feature_flag:
    name: maintenance_mode_status
    node: rabbit@node-1

Inputs

    
name:
    description:
    - Feature flag name.
    required: true
    type: str

node:
    default: rabbit
    description:
    - Erlang node name of the target rabbit node.
    type: str