Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Dec 15, 2024
1 parent eb4cc7a commit b22e7cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xrpld_netgen/deploykit/ansible/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh
# ./run.sh
export ANSIBLE_HOST_KEY_CHECKING=False
eval "$(ssh-agent -s)"
ssh-add --apple-use-keychain $SSH_PATH
ansible -i hosts.txt all -u ubuntu -m ping
ansible-playbook -i hosts.txt deps.yml
ansible-playbook -i hosts.txt main.yml

0 comments on commit b22e7cd

Please sign in to comment.