我正在运行ansible 1.9.1,这是我的剧本。问题是该剧本没有任何连接就会运行但只是没有按预期返回VM事实。
- hosts: 127.0.0.1
connection: local
user: jenkins
sudo: false
gather_facts: false
serial: 1
tasks:
- vsphere_guest:
vcenter_hostname: vcenter.local
username: user
password: pass
guest: vm1
vmware_guest_facts: yes
答案 0 :(得分:2)
使用-vvv运行您的playbook以查看输出。