~starkingdoms/starkingdoms

dc9acc1b0d9b10e2a090dde503ab17a9af5bb986 — ghostlyzsh 2 years ago 0493bcf
small ansible change
1 files changed, 1 insertions(+), 1 deletions(-)

M ansible/infra
M ansible/infra => ansible/infra +1 -1
@@ 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"