From 4bb094a6b6140f9a00f9def57da1eaaabff5f12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Fri, 4 Apr 2025 05:29:32 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20=ED=8E=B8=EC=A7=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae6cc78..781835e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ manager_agent # ansible_user : ssh 접속 유저 # ansible_ssh_pass : ssh 접속 패스워드 # ansible_become_pass : sudo 권한 사용시 패스워드 +# ansible_port : 만약 ssh port가 22가 아닐 경우 해당 변수를 통하여 설정 ex) ansible_port=2222 [manager_agent] 10.10.52.50 ansible_user=root ansible_ssh_pass=exem@23 ansible_become_pass=exem@23