diff --git a/ansible/roles/firstboot/files/ansible_payload/templates/registries.j2 b/ansible/roles/firstboot/files/ansible_payload/templates/registries.j2 index 3d3301b..5579759 100644 --- a/ansible/roles/firstboot/files/ansible_payload/templates/registries.j2 +++ b/ansible/roles/firstboot/files/ansible_payload/templates/registries.j2 @@ -14,3 +14,7 @@ mirrors: - https://registry.{{ vapp['metacluster.fqdn'] }} rewrite: "(.*)": "library/quay.io/$1" +configs: + "registry.{{ vapp['metacluster.fqdn'] }}": + tls: + insecure_skip_verify: true