Skip to content

Instantly share code, notes, and snippets.

@mkanoor
Last active March 27, 2026 16:59
Show Gist options
  • Select an option

  • Save mkanoor/3f885fe5273d729576dc764ccfa36474 to your computer and use it in GitHub Desktop.

Select an option

Save mkanoor/3f885fe5273d729576dc764ccfa36474 to your computer and use it in GitHub Desktop.
Kafka Avro Injectors
file:
template.cafile: '{{cafile}}'
template.avro_schema_file: '{{avro_schema_file}}'
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}}'
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