Packer.Images/ansible/roles/firstboot/files/ansible_payload/common/templates/registries.j2
Danny Bessems a4e243e882
All checks were successful
continuous-integration/drone/push Build is passing
Increase volumes;Move template
2023-01-23 14:56:19 +01:00

9 lines
186 B
Django/Jinja

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