Skip to content

lotusnoir/ansible-apps_akhq

Repository files navigation

ansible-apps_akhq

Galaxy Role Version GitHub repo size downloads Ansible Quality Score License

Description

Deploy akhq kafka admin system using ansible.

Requirements

You need to install java - lotusnoir.apps_java

Role variables

See variables for more details.

{'suffix': ':9092', 'kafka_bootstrap_servers': [{'name': 'kafka_cluster', 'servers': "{{ groups['kafka_cluster'] | product([suffix]) | map('join') | join(',') }}"}]}

Examples

    ---
    - hosts: apps_akhq
      become: true
      become_method: sudo
      gather_facts: true
      roles:
        - role: ansible-apps_akhq

License

This project is licensed under Apache License. See LICENSE for more details.

Author Information