Skip to content

kpx-dev/ansible-zookeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-zookeeper

ZooKeeper playbook for Ansible

Testing

vagrant up ubuntu && vagrant ssh ubuntu
cd /home/vagrant/roles/ansible-zookeeper
bin/test

Example Usage

---
- hosts: zookeepers
sudo: true

roles:
- {
    role: ansible-zookeeper,
    version: 3.4.6,
    myid: 1
  }

See this sample playbook which shows how to use this playbook as well as others. It is part of ansible-galaxy-roles and serves as a curation (and thus an example) of all our ansible playbooks.

Our Other Mesos related playbooks

  1. ansible-mesos
  2. ansible-marathon
  3. ansible-chronos
  4. ansible-mesos-docker
  5. ansible-zookeeper

About

Ansible playbook for ZooKeeper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published