Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-yu/ansible-docker-ee

Ansible Docker EE playbook
https://github.com/david-yu/ansible-docker-ee

Last synced: about 1 month ago
JSON representation

Ansible Docker EE playbook

Awesome Lists containing this project

README

        

Docker EE Engine
================

A playbook to install and configure Docker Enterprise Edition Engine.

Requirements
------------

Access to the internet and a subscription to Docker EE on . The playbook will reach out to
.

Role Variables
--------------

| Parameter | Required | Default | Description |
| -------------------- | -------- | -------- | --------------------------------------------------------- |
| docker_subscription | yes | | The subscription id provisioned by Docker storebits (i.e. sub-xxx-xxx) |
| docker_repo | no | stable-17.06 | The repo to install EE Engine from (stable-17.06, etc) |
| docker_engine_labels | no | | A map of labels for this engine |
| docker_bind_socket | no | true | Should the engine bind to the Docker socket |
| docker_bind_ip | no | | Should the engine bind to an ip address |
| docker_port | no | 2375 | IP port the engine should bind to |

Dependencies
------------

None

Example Playbook
----------------

Simple example that includes a couple of labels.

``` yaml
- hosts: all
become: true
vars:
docker_subscription: sub-xxx-xxx-xxx-xxx
docker_engine_labels:
storage: ssd
location: rack1
roles:
- ee_engine
```

License
-------

Apache 2.0

Author Information
------------------

David Yu