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

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

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)