Thanks to Ian's suggestion, I was able to resolve the issue. This happened because somehow the script can't recognize the user who is running the script. I am not sure why it suddenly happened for an existing cluster that I used for 20 days. For the future reference, create a file named ansible.cfg in the opt/ansible/bin. Put the following contents in the file.
[defaults] remote_user = YOURACCOUNTNAME Best, Taewoo On Thu, Jun 14, 2018 at 4:08 PM, Taewoo Kim <[email protected]> wrote: > Hello devs, > > Has anyone seen this error when starting the cluster using > opt/ansible/bin/start.sh? > > TASK [Copy cluster config to CC] ****************************** > ************************************************************ > *********************************************** > fatal: [128.195.11.42]: FAILED! => {"msg": "failed to transfer file to > ~None/.ansible/tmp/ansible-tmp-1529017615.83-64263400588477/synchronize.py: > [Errno 2] No such file or directory: '~None/.ansible/tmp/ansible- > tmp-1529017615.83-64263400588477/synchronize.py'"} > to retry, use: --limit @/lv_scratch/scratch/taewok2/ > server1/opt/ansible/yaml/instance_start.retry > > > > Best, > Taewoo >
