Ansible : SSH Error: ControlPath too long

前端 未结 2 1232
陌清茗
陌清茗 2021-01-07 05:34

I run a computer with Ubuntu 15.10 and I try to run Vagrant with Ansible.

Before start, I like to say that I don\'t have any i

2条回答
  •  长发绾君心
    2021-01-07 06:26

    I described the problem in similar question.

    You need to change it to something shorter (if you have long hostname). For test case you can try just ./master, but for real use case, you should use at least ./s/%%h-%%r.

提交回复
热议问题