We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you add an example playbook for a mesos slave? These are great. Thanks very much!
The text was updated successfully, but these errors were encountered:
roles_path = /etc/ansible/roles
Create testing environment e.g.: Vagrant CentOS 7
Run playbook
# Java + Zookeeper + Mesos - name: Java + Zookeeper + Mesos [master-slave] hosts: all sudo: yes roles: - role: ansible-java java_packages: - java-1.8.0-openjdk - role: ansible-zookeeper zookeeper_version: 3.4.8 - role: ansible-mesos mesos_install_mode: master-slave mesos_ip: 127.0.0.1 mesos_version: '0.28.1'
Mesos requires zookeeper for master elections, zookeeper requires Java, so following should be installed.
Sorry, something went wrong.
No branches or pull requests
Could you add an example playbook for a mesos slave?
These are great.
Thanks very much!
The text was updated successfully, but these errors were encountered: