aig787.confluentinc_cp.kafka_connectors (1.0.6) — module

This module allows setting up Kafka connectors from Ansible.

| "added in version" 2.4 of aig787.confluentinc_cp"

Authors: Laurent Domenech-Cabaud (@ldom)

preview | supported by community

Install collection

Install with ansible-galaxy collection install aig787.confluentinc_cp:==1.0.6


Add to requirements.yml

  collections:
    - name: aig787.confluentinc_cp
      version: 1.0.6

Description

This module allows setting up Kafka connectors from Ansible. It registers the new ones, updates the existing ones and removes the deleted ones.

Inputs

    
connect_url:
    description:
    - URL of the Connect REST server to use to add/edit connectors
    required: true

active_connectors:
    description:
    - Dict of active connectors (each connector object must have a 'name' and a 'config'
      field)
    required: true

Outputs

message:
  description: The output message that the module generates
  returned: always
  type: str