Avoid latest Ansible version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
85fb68b2e0
commit
6ce1a66d3e
@ -5,4 +5,3 @@
|
|||||||
loop: "{{ query('ansible.builtin.fileglob', '/opt/metacluster/container-images/*.tar') | sort }}"
|
loop: "{{ query('ansible.builtin.fileglob', '/opt/metacluster/container-images/*.tar') | sort }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item | basename }}"
|
label: "{{ item | basename }}"
|
||||||
pause: 30
|
|
||||||
|
@ -9,17 +9,23 @@ mirrors:
|
|||||||
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
rewrite:
|
rewrite:
|
||||||
"(.*)": "library/docker.io/$1"
|
"(.*)": "library/docker.io/$1"
|
||||||
|
gcr.io:
|
||||||
|
endpoint:
|
||||||
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
|
rewrite:
|
||||||
|
"(.*)": "library/gcr.io/$1"
|
||||||
ghcr.io:
|
ghcr.io:
|
||||||
endpoint:
|
endpoint:
|
||||||
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
rewrite:
|
rewrite:
|
||||||
"(.*)": "library/ghcr.io/$1"
|
"(.*)": "library/ghcr.io/$1"
|
||||||
|
k8s.gcr.io:
|
||||||
|
endpoint:
|
||||||
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
|
rewrite:
|
||||||
|
"(.*)": "library/k8s.gcr.io/$1"
|
||||||
quay.io:
|
quay.io:
|
||||||
endpoint:
|
endpoint:
|
||||||
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
- https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||||
rewrite:
|
rewrite:
|
||||||
"(.*)": "library/quay.io/$1"
|
"(.*)": "library/quay.io/$1"
|
||||||
configs:
|
|
||||||
registry.{{ vapp['metacluster.fqdn'] }}:
|
|
||||||
tls:
|
|
||||||
insecure_skip_verify: true
|
|
||||||
|
@ -3,7 +3,8 @@ packages:
|
|||||||
- jq
|
- jq
|
||||||
- python3-pip
|
- python3-pip
|
||||||
pip:
|
pip:
|
||||||
- ansible-core
|
# Some change causes high load during loops of importing/pushing container images
|
||||||
|
- ansible-core<2.14.0
|
||||||
- jinja2
|
- jinja2
|
||||||
- lxml
|
- lxml
|
||||||
- markupsafe
|
- markupsafe
|
||||||
|
Loading…
Reference in New Issue
Block a user