From 16df0b65fc6289c35650308a5dd6ea2a27627fbf Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 7 Jul 2022 09:57:56 +0200 Subject: [PATCH] Disable TLS verify --- .../firstboot/files/ansible_payload/templates/registries.j2 | 4 ++++ 1 file changed, 4 insertions(+) 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