Ansible vmware_guest cannot ssh into vmware vSphere vCenter

前端 未结 1 1209
庸人自扰
庸人自扰 2021-01-29 13:34

I\'m trying to setup a virtual machine with ansible. However, ansible keeps getting stuck on the Deploy guest from template task.

Using -vvv, I got the following logs.

1条回答
  •  执念已碎
    2021-01-29 14:19

    Ansible vmware_guest cannot ssh into vmware vSphere vCenter

    It should not.

    You should call most of "cloud" modules from local machine.
    Take a look at examples of vmware_guest: there's delegate_to: localhost everywhere.

    0 讨论(0)
提交回复
热议问题