RETIRED, Ansible role to deploy a container registry
Go to file
Emilien Macchi 7753bfd408 docker: add support for additional sockets
Add support to configure additional sockets with a new parameter (must
be an array):
container_registry_additional_sockets

Example of value:
container_registry_additional_sockets:
  - /var/lib/openstack/docker.sock
  - /var/run/some-other/docker.sock

Change-Id: I0da7f5f1005532b8ba68c46ed6ca065cc333d0d5
2018-05-07 21:49:45 +00:00
ci-scripts First commit in Gerrit 2018-04-26 09:09:06 -07:00
defaults docker: add support for additional sockets 2018-05-07 21:49:45 +00: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 docker: add support for additional sockets 2018-05-07 21:49:45 +00:00
templates Restore old task for docker-daemon.json 2018-04-16 17:27:04 -07:00
tests Update role name in test.yml 2018-04-16 17:49:34 -07:00
vars docker: add support for additional sockets 2018-05-07 21:49:45 +00:00
.gitignore First commit in Gerrit 2018-04-26 09:09:06 -07:00
.gitreview First commit in Gerrit 2018-04-26 09:09:06 -07:00
ansible-requirements.txt First commit in Gerrit 2018-04-26 09:09:06 -07:00
ansible.cfg Fix ansible role name in cfg files 2018-04-26 12:33:07 -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
requirements.txt First commit in Gerrit 2018-04-26 09:09:06 -07:00
setup.cfg Fix role path in setup.cfg 2018-04-27 07:33:09 -07:00
setup.py First commit in Gerrit 2018-04-26 09:09:06 -07:00
test-requirements.txt First commit in Gerrit 2018-04-26 09:09:06 -07:00
tox.ini First commit in Gerrit 2018-04-26 09:09:06 -07:00

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