Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

An Ansible role to builds a mesos Debian package in a Docker container, the deploys it on a cluster.

License

Notifications You must be signed in to change notification settings

synthesio/infra-ansible-mesos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

### Mesos build and deployment role

This role builds a mesos Debian package in a Docker container, the deploys it on a cluster.

Inventory expects 2 groups:

  - mesos-master
  - mesos-slave
  
And Docker running on the deployment host.

usage:

- hosts: all
  remote_user: root
  connection: local
  tasks:
    - include: roles/mesos/tasks/build.yml

- hosts: mesos-master
  remote_user: root
  roles:
    - mesos

- hosts: mesos-slave
  remote_user: root
  roles:
    - mesos

About

An Ansible role to builds a mesos Debian package in a Docker container, the deploys it on a cluster.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages