We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4cc7a commit b22e7cdCopy full SHA for b22e7cd
xrpld_netgen/deploykit/ansible/run.sh
@@ -1,6 +1,8 @@
1
#!/bin/sh
2
# ./run.sh
3
export ANSIBLE_HOST_KEY_CHECKING=False
4
+eval "$(ssh-agent -s)"
5
+ssh-add --apple-use-keychain $SSH_PATH
6
ansible -i hosts.txt all -u ubuntu -m ping
7
ansible-playbook -i hosts.txt deps.yml
8
ansible-playbook -i hosts.txt main.yml
0 commit comments