https://github.com/willis7/role-docker-api-server
Enable the api server on a Docker host
https://github.com/willis7/role-docker-api-server
ansible ansible-role docker
Last synced: about 1 month ago
JSON representation
Enable the api server on a Docker host
- Host: GitHub
- URL: https://github.com/willis7/role-docker-api-server
- Owner: willis7
- Created: 2018-07-03T20:07:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T15:16:08.000Z (almost 8 years ago)
- Last Synced: 2025-04-20T18:40:01.217Z (about 1 year ago)
- Topics: ansible, ansible-role, docker
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker API Server
=========
This Ansible playbook modifies `daemon.json` in order to enable the API Server.
Role Variables
--------------
`defaults/main.yml` includes a config section which is used to populate `daemon.json`.
Example Playbook
----------------
``` yaml
- name: Enable Docker API
hosts: swarm-first-manager
become: true
roles:
- {role: docker-api-server}
```
Author Information
------------------
* Sion Williams (sion.williams@ext.ons.gov.uk)