From 3a56449e6d6cf224aaca853ed038c167aa9bf7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dev2Back-=EB=B3=80=EC=A0=95=ED=9B=88?= <131643404+ByeonJungHun@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:12:55 +0900 Subject: [PATCH] Add images registry change --- cmoa_install.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmoa_install.yaml b/cmoa_install.yaml index 83fa103..1f1c4fe 100755 --- a/cmoa_install.yaml +++ b/cmoa_install.yaml @@ -4,9 +4,9 @@ gather_facts: true environment: KUBECONFIG: /root/.kube/ansible_config - #vars: - # REGISTRY: 10.10.31.243:5000 - # PullSecret: regcred + vars: + REGISTRY: 10.10.31.243:5000 + PullSecret: regcred roles: - role: cmoa_os_setting - role: cmoa_install