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

9 lines
186 B
Plaintext
Raw Normal View History

mirrors:
2022-12-15 21:17:07 +00:00
{% for entry in _template.data %}
{{ entry }}:
endpoint:
- https://registry.{{ _template.hv.fqdn }}
rewrite:
2022-12-15 21:17:07 +00:00
"(.*)": "library/{{ entry }}/$1"
{% endfor %}