Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/david-yu/ansible-docker-ee
- Owner: david-yu
- License: apache-2.0
- Created: 2017-07-15T22:00:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T21:58:11.000Z (over 7 years ago)
- Last Synced: 2024-11-05T22:19:58.747Z (3 months ago)
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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