Skip to content

Commit b22e7cd

Browse files
committed
Update run.sh
1 parent eb4cc7a commit b22e7cd

File tree

1 file changed

+2
-0
lines changed
  • xrpld_netgen/deploykit/ansible

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22
# ./run.sh
33
export ANSIBLE_HOST_KEY_CHECKING=False
4+
eval "$(ssh-agent -s)"
5+
ssh-add --apple-use-keychain $SSH_PATH
46
ansible -i hosts.txt all -u ubuntu -m ping
57
ansible-playbook -i hosts.txt deps.yml
68
ansible-playbook -i hosts.txt main.yml

0 commit comments

Comments
 (0)