{"id":18825586,"url":"https://github.com/grycap/ansible-role-mesos","last_synced_at":"2025-10-23T22:13:44.949Z","repository":{"id":53217630,"uuid":"73832515","full_name":"grycap/ansible-role-mesos","owner":"grycap","description":"Install a Mesos Cluster with Marathon and Chronos (for EC3)","archived":false,"fork":false,"pushed_at":"2021-04-01T06:33:20.000Z","size":15052,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-30T04:59:22.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grycap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-15T16:24:54.000Z","updated_at":"2021-04-01T06:33:22.000Z","dependencies_parsed_at":"2022-09-08T15:50:54.807Z","dependency_job_id":null,"html_url":"https://github.com/grycap/ansible-role-mesos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-mesos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-mesos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-mesos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-mesos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grycap","download_url":"https://codeload.github.com/grycap/ansible-role-mesos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763668,"owners_count":19692800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T01:00:05.447Z","updated_at":"2025-10-23T22:13:39.904Z","avatar_url":"https://github.com/grycap.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![CI](https://github.com/grycap/ansible-role-mesos/actions/workflows/main.yaml/badge.svg)](https://github.com/grycap/ansible-role-mesos/actions/workflows/main.yaml)\n\nMesos Role\n==========\n\nInstalls a Mesos cluster (recipe for EC3). Mesos current stable version: 1.1.0\n\nRole Variables\n--------------\n\nThe variables that can be passed to this role and a brief description about them are as follows.\n\n\t# Type of node to install: master/front or slave/wn\n\tmesos_type_of_node: \"master\"\n\tmesos_log_dir: \"/var/log/mesos\"\n\n\t# Common\n\tmesos_executor_registration_timeout: 10mins\n\tmesos_cluster_name: \"MesosCluster\"\n\tmesos_quorum: \"1\"\n\tmesos_front_private_ip: \"{{ansible_default_ipv4.address}}\"\n\tmesos_docker_opts: \"\"\n\tmesos_version: \"latest\"\n\n\t# Defaults file for mesos-salve\n\tmesos_slave_port: 5051\n\tmesos_containerizers: \"docker,mesos\"\n\tmesos_slave_work_dir: \"/var/lib/mesos\"\n\tmesos_slave_image: \"indigodatacloud/mesos-slave:{{ mesos_version }}\"\n\n\t# Defaults file for mesos-master\n\tmesos_zookeeper_group: zookeeper_servers\n\tmesos_master_port: 5050\n\tmesos_master_work_dir: \"/var/lib/mesos\"\n\tmesos_master_image: \"indigodatacloud/mesos-master:{{ mesos_version }}\"\n\n\t# Zookeeper\n\tzookeeper_client_port: \"2181\"\n\tzookeeper_server_group: zookeeper_servers\n\tzookeeper_peers_nodes: \"{{mesos_front_private_ip}}:{{zookeeper_client_port}}\"\n\n\nExample Playbook\n----------------\n```\n  - hosts: server\n  roles:\n  - { role: 'grycap.mesos', mesos_type_of_node: \"master\"}\n```\n```\n  - hosts: client\n  roles:\n  - { role: 'grycap.mesos', mesos_type_of_node: \"slave\"}\n```\n\nContributing to the role\n========================\nIn order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request.  \nThanks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Fansible-role-mesos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrycap%2Fansible-role-mesos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Fansible-role-mesos/lists"}