Skip to content

Instantly share code, notes, and snippets.

@mkanoor
Created December 11, 2024 20:17
Show Gist options
  • Save mkanoor/f080648917377da870bb002d4563294d to your computer and use it in GitHub Desktop.
Save mkanoor/f080648917377da870bb002d4563294d to your computer and use it in GitHub Desktop.
env:
KRB5_CONFIG: '{{ eda.filename.kerberos_config_file }}'
KRB5_KTNAME: '{{ eda.filename.keytab_file }}'
KRB5_CLIENT_KTNAME: '{{ eda.filename.keytab_file }}'
file:
template.keytab_file: '{{ keytab }}'
template.kerberos_config_file: '{{ kerberos_config }}'
extra_vars:
host: '{{ host }}'
port: '{{ port }}'
topic: '{{ topic }}'
offset: '{{ offset }}'
group_id: '{{ group_id }}'
sasl_mechanism: '{{ sasl_mechanism }}'
security_protocol: '{{ security_protocol }}'
sasl_kerberos_domain_name: '{{ sasl_kerberos_domain_name }}'
sasl_kerberos_service_name: '{{ sasl_kerberos_service_name }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment