Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 480 Bytes

File metadata and controls

29 lines (18 loc) · 480 Bytes

Docker Auth

Setup docker auth config file on OpenShift Node.

Parameters

Parameters Default Descriptions
docker_auth_registries [] List of auth registries

Example

docker_auth_registries:
- name: redhat.io
  auth: <token>
- name: https://index.docker.io/v1/
  auth: <token>

Launch

ansible-playbook  docker-auth/config.yml