Skip to content

Instantly share code, notes, and snippets.

@mkanoor
Last active April 7, 2025 20:58
Show Gist options
  • Select an option

  • Save mkanoor/286aac67538ad707dcda63f4809160c4 to your computer and use it in GitHub Desktop.

Select an option

Save mkanoor/286aac67538ad707dcda63f4809160c4 to your computer and use it in GitHub Desktop.
Kafka TLS Injectors
file:
template.cafile: '{{cafile}}'
extra_vars:
host: '{{host}}'
port: '{{port}}'
topic: '{{topic}}'
offset: '{{offset}}'
group_id: '{{group_id}}'
verify_mode: '{{verify_mode}}'
check_hostname: '{{check_hostname}}'
sasl_mechanism: '{{sasl_mechanism}}'
security_protocol: '{{security_protocol}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment