Skip to content

Commit

Permalink
Add missing default values for zookeeper auth
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Jul 4, 2023
1 parent b2eb6b2 commit 002e400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/amq_streams_zookeeper/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ amq_streams_firewalld_enabled: false
amq_streams_zookeeper_auth_enabled: 'false'
amq_streams_zookeeper_auth_config: /etc/zookeeper-jaas.conf
amq_streams_zookeeper_auth_config_template: templates/zookeeper-jaas.conf.j2
amq_streams_zookeeper_auth_user: zookeeper
amq_streams_zookeeper_auth_pass: PLEASE_CHANGE_ME_I_AM_NO_GOOD_FOR_PRODUCTION

0 comments on commit 002e400

Please # to comment.