Ansible provisioning ERROR! Using a SSH password instead of a key is not possible

后端 未结 5 1412
深忆病人
深忆病人 2021-02-04 01:31

I would like to provision with my three nodes from the last one by using Ansible.

My host machine is Windows 10.

My Vagrantfile looks like:



        
5条回答
  •  误落风尘
    2021-02-04 02:06

    This error can also be solved by simply export ANSIBLE_HOST_KEY_CHECKING variable.

    export ANSIBLE_HOST_KEY_CHECKING=False
    

    source: https://github.com/ansible/ansible/issues/9442

提交回复
热议问题