Packer.Images/ansible/roles/firstboot/files/ansible_payload/templates/registries.j2

9 lines
186 B
Plaintext
Raw Normal View History

mirrors:
{% for value in _template.data %}
{{ value }}:
endpoint:
- https://registry.{{ _template.hv.fqdn }}
rewrite:
"(.*)": "library/{{ value }}/$1"
{% endfor %}