From dc9acc1b0d9b10e2a090dde503ab17a9af5bb986 Mon Sep 17 00:00:00 2001 From: ghostlyzsh Date: Mon, 26 Jun 2023 20:26:26 -0500 Subject: [PATCH] small ansible change --- ansible/infra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/infra b/ansible/infra index 24060d9235ffdd50cadf1a3a3e07e25f185abcbd..daf6c49819e88ee98e95657f35bfb29739014666 100755 --- a/ansible/infra +++ b/ansible/infra @@ -1,3 +1,3 @@ #!/bin/bash echo "[*] Connecting to infrastructure manager server. If you are prompted for a password, enter your infrastructure key. You may be prompted several times." -ssh team@10.16.1.3 /home/team/run_ansible.sh "$1" \ No newline at end of file +ssh -p 1234 team@10.16.1.3 /home/team/run_ansible.sh "$1"