From aafccc0c4abbfbd45336d6269094c35e7497ae7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Mon, 19 Feb 2024 16:21:48 +0900 Subject: [PATCH] =?UTF-8?q?script=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.sh b/settings.sh index 0cb136fe..4132ebdd 100755 --- a/settings.sh +++ b/settings.sh @@ -13,7 +13,7 @@ LANG=en_US.UTF-8 function _localrepo() { echo -e "\033[33mlocalrepo install start!\033[0m" - yum config-manager --add-repo file://$PWD/kubespray/roles/cmoa-infra/files/files_repo + yum config-manager --add-repo file://$PWD/kubespray/roles/exem-infra/files/files_repo echo -e "\033[32mlocalrepo install done!\033[0m" echo "module_hotfixes=1" >> /etc/yum.repos.d/$(ls /etc/yum.repos.d/ |grep files_repo |awk '{printf $1}') echo "gpgcheck=0" >> /etc/yum.repos.d/$(ls /etc/yum.repos.d/ |grep files_repo |awk '{printf $1}') @@ -42,7 +42,7 @@ function _install_ansible() { echo -e "\n\033[32mansible is installed!\n\033[0m" else echo -e "\n\033[33mansible install start!\n\033[0m" - pip3 install -f $PWD/kubespray/roles/cmoa-infra/files/files_repo/python/* --prefix=/usr + pip3 install -f $PWD/kubespray/roles/exem-infra/files/files_repo/python/* --prefix=/usr if ansible --version; then echo -e "\n\033[32mansible install done!\n\033[0m" else