diff --git a/playbooks/groups/docker-registry.yml b/playbooks/groups/docker-registry.yml index c90bbab330..d8684cec1e 100644 --- a/playbooks/groups/docker-registry.yml +++ b/playbooks/groups/docker-registry.yml @@ -43,7 +43,6 @@ # on localhost and all external connections will be through httpd which # will be SSL enalbed. roles: - # STAGING - { role: docker-distribution, conf_path: "/etc/docker-distribution/registry/config.yml", @@ -65,33 +64,7 @@ }, http: { addr: ":5000" - }, - when: env == "staging" - } - # PROD - - { - role: docker-distribution, - conf_path: "/etc/docker-distribution/registry/config.yml", - tls: { - enabled: False, - }, - log: { - fields: { - service: "registry" - } - }, - storage: { - cache: { - layerinfo: "inmemory" - }, - filesystem: { - rootdirectory: "/srv/" - } - }, - http: { - addr: ":5000" - }, - when: env == "production" + } } # Setup compose-x86-01 push docker images to registry