-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.yml
29 lines (27 loc) · 915 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
# Install
akhq_version: "0.18.0"
akhq_jar_url: "https://github.com/tchiotludo/akhq/releases/download/{{ akhq_version }}/akhq.jar"
akhq_install_dir: "/opt/akhq"
akhq_java_path: "/usr/bin/java"
# Configuration
akhq_admin_passwd: "securepasswd"
kafka_bootstrap_servers:
- name: cluster1
servers: test1-01.prod.exemple.net:9092,test1-02.prod.exemple.net:9092
akhq_ldap_enable: true
akhq_ldap_server: "ldap://ldap.exemple.net:389"
akhq_ldap_bindn: "uid=readonly,cn=users,cn=accounts,dc=exemple,dc=net"
akhq_ldap_bindpwd: "readonly_passwd"
akhq_ldap_search_base: "cn=users,cn=accounts,dc=kexemple,dc=net"
akhq_ldap_search_attribute: "uid"
akhq_ldap_group_enable: true
akhq_ldap_group_base: "cn=groups,cn=accounts,dc=exemple,dc=net"
akhq_ldap_group_filter: "member={0}"
akhq_ldap_auth: ""
#akhq_ldap_auth: |
# - name: devops
# groups:
# - admin
akhq_prometheus_enable: true
akhq_prometheus_port: 9118