Skip to content

Instantly share code, notes, and snippets.

@mkanoor
Created March 10, 2025 18:47
Show Gist options
  • Select an option

  • Save mkanoor/74712e724841eb69ec2c9e2e71e3b6ed to your computer and use it in GitHub Desktop.

Select an option

Save mkanoor/74712e724841eb69ec2c9e2e71e3b6ed to your computer and use it in GitHub Desktop.
Kafa Server Side SSL 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}}'
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