RETIRED, Ansible role to deploy a container registry
Go to file
Emilien Macchi d480839da5 Restore old task for docker-daemon.json
This code:
  {% if container_registry_mirrors | length > 0 %}registry-mirrors: [{{ container_registry_mirrors }}]{% endif %}

Needs to include the brackets and I haven't found a way yet to include
them without Ansible failure. In the meantime, let's go back on the old
code.
2018-04-16 17:27:04 -07:00
defaults Restore old task for docker-daemon.json 2018-04-16 17:27:04 -07:00
handlers Make improvements to role 2018-04-16 15:39:56 -04:00
meta meta/main: add role description 2018-04-16 12:58:31 -07:00
tasks Restore old task for docker-daemon.json 2018-04-16 17:27:04 -07:00
templates Restore old task for docker-daemon.json 2018-04-16 17:27:04 -07:00
tests Make improvements to role 2018-04-16 15:39:56 -04:00
vars Restore old task for docker-daemon.json 2018-04-16 17:27:04 -07:00
LICENSE first commit 2018-04-13 13:38:32 -07:00
README.md Update dependencies in README 2018-04-13 17:59:29 -07:00

README.md

ansible-role-container-registry

A role to deploy a container registry. For now, the role only support Docker Registry v2.

Requirements

Right now the role has been tested on Red Hat systems only.

Dependencies

none

License

Apache 2.0