Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.08 KB

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