James E. Blair 4077fb8e8f Add mirror-container-images role and job
This adds a role (and job) to mirror container images from one
registry to another.

Also, disable the name[template] ansible-lint check because it
greatly reduces the utility of including templates in task names.

Change-Id: Id01295c51b67ffb7e98637c6cdcc4e7a14c92b22
2024-12-02 09:47:12 -08:00

6 lines
149 B
YAML

- name: Pull and push images
with_items: "{{ mirror_container_images_images }}"
include_tasks: inner.yaml
loop_control:
loop_var: zj_image