Skip to content

Commit

Permalink
Update README.md to include acl_pattern_type example
Browse files Browse the repository at this point in the history
  • Loading branch information
ryarnyah authored and StephenSorriaux committed Sep 29, 2019
1 parent 733cd46 commit 7ee5e73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ Here some examples on how to use this library:
acl_principal: 'User:Alice'
acl_operation: 'write'
acl_permission: 'allow'
# Only with kafka api >= 2.0.0
acl_pattern_type: 'literal'
state: 'present'
bootstrap_servers: "{{ hostvars['kafka1']['ansible_eth0']['ipv4']['address'] }}:9092,{{ hostvars['kafka2']['ansible_eth0']['ipv4']['address'] }}:9092"

Expand Down

0 comments on commit 7ee5e73

Please sign in to comment.