Role of installation of ZooKeeper
This role have some defaults variables on file main.yml that is available on the defaults directory.
This role depends of another role for installation java of owner geerlingguy.java. For download this role execute the command following:
# ansible-galaxy install geerlingguy.java
The host group for install the ZooKeeper, in your inventory, must be exactly follow on the example of playbook bellow:
- hosts: zookeeper
become: true
roles:
- alvarobacelar.zookeeper
BSD
Alvaro Bacelar - Infraestructure especialist, enthusiastic DevOps and Infra As Code