Created
March 10, 2025 18:47
-
-
Save mkanoor/74712e724841eb69ec2c9e2e71e3b6ed to your computer and use it in GitHub Desktop.
Kafa Server Side SSL Injectors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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