Deploy akhq kafka admin system using ansible.
You need to install java - lotusnoir.apps_java
See variables for more details.
{'suffix': ':9092', 'kafka_bootstrap_servers': [{'name': 'kafka_cluster', 'servers': "{{ groups['kafka_cluster'] | product([suffix]) | map('join') | join(',') }}"}]}
---
- hosts: apps_akhq
become: true
become_method: sudo
gather_facts: true
roles:
- role: ansible-apps_akhq
This project is licensed under Apache License. See LICENSE for more details.