Closed dave-re closed 8 years ago
If the zookeeper and the mesos master are in the same server, It is able to use like below.
zookeeper_hosts: "{{ groups.masters }}"
And the zoo_id variable is able to use In the inventory file like below.
[masters] 192.168.100.3 zoo_id=1 192.168.100.4 zoo_id=2 192.168.100.5 zoo_id=3
@ryanolson, commentary compared to your PR?
@fpgeek closing in favor of https://github.com/AnsibleShipyard/ansible-zookeeper/releases/tag/v0.9.2
role now supports hash and lists hosts
If the zookeeper and the mesos master are in the same server, It is able to use like below.
And the zoo_id variable is able to use In the inventory file like below.