Skip to content

Instantly share code, notes, and snippets.

@mkanoor
Last active April 8, 2025 14:01
Show Gist options
  • Select an option

  • Save mkanoor/4c87b601b81b7b058b9855e634cf03b1 to your computer and use it in GitHub Desktop.

Select an option

Save mkanoor/4c87b601b81b7b058b9855e634cf03b1 to your computer and use it in GitHub Desktop.
Kafka mTLS injectors
file:
template.cafile: '{{cafile}}'
template.keyfile: '{{keyfile}}'
template.certfile: '{{certfile}}'
extra_vars:
host: '{{host}}'
port: '{{port}}'
topic: '{{topic}}'
offset: '{{offset}}'
group_id: '{{group_id}}'
key_password: '{{key_password}}'
verify_mode: '{{verify_mode}}'
check_hostname: '{{check_hostname}}'
sasl_mechanism: '{{sasl_mechanism}}'
security_protocol: '{{security_protocol}}'
sasl_plain_password: '{{sasl_plain_password}}'
sasl_plain_username: '{{sasl_plain_username}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment