ceph-ansible/roles/ceph-container-common/tasks/registry.yml

6 lines
230 B
YAML

---
- name: container registry authentication
command: '{{ container_binary }} login -u {{ ceph_docker_registry_username }} -p {{ ceph_docker_registry_password }} {{ ceph_docker_registry }}'
changed_when: false
no_log: true