mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-15 21:52:47 +01:00
Update so-minion to include running kafka.nodes state to ensure nodeid is generated for new brokers Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
7 lines
164 B
Django/Jinja
7 lines
164 B
Django/Jinja
kafka:
|
|
nodes:
|
|
{% for node, values in COMBINED_KAFKANODES.items() %}
|
|
{{ node }}:
|
|
ip: {{ values['ip'] }}
|
|
nodeid: {{ values['nodeid'] }}
|
|
{% endfor %} |