From c264bdee3931a51ea5e42dc30f4feb9dba547c61 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 17:20:37 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 086002b3..43dabb6d 100755 --- a/installer.sh +++ b/installer.sh @@ -69,11 +69,11 @@ main() { elif [ $SELECTED -eq 2 ] then cd kubespray - ansible-playbook -i inventory/exem/inventory.ini infra-setting.yml + ansible-playbook -i $PWD/kubespray/inventory/exem/inventory.ini $PWD/kubespray/infra-setting.yml elif [ $SELECTED -eq 3 ] then cd kubespray - ansible-playbook -i inventory/exem/inventory.ini cluster.yml + ansible-playbook -i $PWD/kubespray/inventory/exem/inventory.ini $PWD/kubespray/cluster.yml fi } main