https://github.com/rajatnair/ansible-mesos-marathon-zookeeper-docker-cluster
Ansible roles to setup a cluster of Mesos masters with Marathon and Zookeeper and Mesos slaves with Docker
https://github.com/rajatnair/ansible-mesos-marathon-zookeeper-docker-cluster
Last synced: 3 months ago
JSON representation
Ansible roles to setup a cluster of Mesos masters with Marathon and Zookeeper and Mesos slaves with Docker
- Host: GitHub
- URL: https://github.com/rajatnair/ansible-mesos-marathon-zookeeper-docker-cluster
- Owner: RajatNair
- License: apache-2.0
- Created: 2017-05-18T12:09:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T10:59:30.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T20:42:41.154Z (4 months ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Playbook to setup a cluster of Mesos masters with Marathon and Zookeeper and Mesos slaves with Docker on CentOS7
Installation
-------------
```bash
ansible-playbook -i hosts.yml site.yml
```License
-------
Apache LicenseInspired by
-----------
1. [ansible-marathon](https://github.com/AnsibleShipyard/ansible-marathon)
2. [ansible-zookeeper](https://github.com/AnsibleShipyard/ansible-zookeeper)
3. [ansible-mesos](https://travis-ci.org/AnsibleShipyard/ansible-mesos)