apps_akhq
ansible-apps_akhq
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
Install
ansible-galaxy install lotusnoir/ansible-apps_akhq
License
apache-2.0
Downloads
23
Owner