-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inventory file #27
Comments
Hi. Glad to hear it's helping you. Are you able to provide me with what your inventory file looks like? You may be experiencing a similar problem to #26 whereby if the One example of an inventory file, in
I have seen other examples, e.g. https://github.com/AnsibleShipyard/ansible-zookeeper/blob/master/templates/myid.j2 and https://github.com/AnsibleShipyard/ansible-zookeeper/blob/master/templates/zoo.cfg.j2, where people have used the loop index of the hosts to specify the zookeeper id (there are more simple examples out there as well). Those examples remove the need for specifying Presumably you have a slightly simplistic case and aren't needing dynamic inventory based on AWS EC2 tags for example? Let me know what your inventory file, |
I've had the same issue as @cloudman1978
and I managed to fix it via a
|
First of all, thank you for this great resource.
I world like to have an example of inventory file to get zookeeper working fine.
I installed zookeeper with a file I did myself. All worked fine , however all nodes are in standalone mode.
thanks in advance
The text was updated successfully, but these errors were encountered: