Hello,
I tried to use ansible-playbook in order to install usegalaxy-playbook, but I got the following error:
$ ansible-playbook -i production/inventory galaxy.yml --ask-vault-pass
Vault password:
PLAY [Galaxy web code and eggs, manage static configs] ************************
GATHERING FACTS ***************************************************************
fatal: [galaxy-web-02.tacc.utexas.edu] => SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
fatal: [galaxy-web-01.tacc.utexas.edu] => SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
TASK: [galaxyprojectdotorg.galaxy | Check for Galaxy] *************************
FATAL: no hosts matched or all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/home/lorencm/galaxy.retry
galaxy-web-01.tacc.utexas.edu : ok=0 changed=0 unreachable=1 failed=0
galaxy-web-02.tacc.utexas.edu : ok=0 changed=0 unreachable=1 failed=0
How is it possible to fix the above error and what is the Vault password?
Thank you in advance,
Mic