Hi,
I am trying to handshake between elastic search and zookeeper. That is I am trying to register elastic search node in zookeeper using ansible. Is there any plugin support for doing this?
Hi,
I am trying to handshake between elastic search and zookeeper. That is I am trying to register elastic search node in zookeeper using ansible. Is there any plugin support for doing this?
You can manipulate zookeeper using the znode module:
http://docs.ansible.com/ansible/latest/znode_module.html
Note you will need to install ‘kazoo’
Hope this helps,
Jon