Enable ZooKeeper 4 letter words

So that tests which use ZooKeeper can issue the 4-letter-word
debug commands, make sure they are enabled in the zoo.cfg file.

Change-Id: Ib614e918e02306564c2ed6adb4ec350e40df9043
This commit is contained in:
James E. Blair 2021-07-02 14:24:02 -07:00
parent 73481298e3
commit 9d3aaaf434
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@
mode: 0644
become: true
- name: Enable ZooKeeper 4lw
lineinfile:
path: /opt/zookeeper/conf/zoo.cfg
line: "4lw.commands.whitelist=*"
become: true
- name: Setup ZooKeeper TLS
include_tasks: ./setup_tls.yaml
when: zookeeper_use_tls