Comment 12 for bug 1830319

Revision history for this message
Tee Ngo (teewrs) wrote :

To use a unified private registry, the configuration format is

docker_registries:
  unified: <custom-ip-or-domain>

By default the is_secure_registry flag is True, if your private registry is insecure then add the following line to your localhost.yml

is_secure_registry: False

Refer to default.yml under /usr/share/ansible/stx-ansible/playbooks/bootstrap/host_vars for details.