Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以从 Vsphere 客户端的现有 VMDK 在 VMware 中创建 VM。但我无法使用 Ansible 创建它。谁能建议如何使用 Ansible 从现有的 VMDK 创建 VM?
根据我的经验,你不能使用 Ansible 开箱即用。
我编辑了vsphere_guest模块以便能够为我的客户完成此任务。 不幸的是,我不能透露这个自定义模块的代码。
vsphere_guest
您需要修改add_disk方法:删除create文件操作并为磁盘备份设置现有的 VMDK 文件名。
create