4

我们在 VMware 环境中广泛使用 Ansible。我在https://docs.ansible.com/ansible/vmware_guest_module.html#options的 Ansible 文档中找到了 customvalues 选项。

此模块中的自定义值是什么?

这是使用 VMware 标记还是其他?

4

1 回答 1

3

很久没有答案。为了完整起见:Ansible 的 vmware_guest 模块中的 customvalues obejcts 是指 VM 设置 -> VM 选项 -> vSphere中的配置参数下的选项 如 VMware KB 中所述

格式为:

vmware_guest:
  customvalues:
    - key: "option_name"
      value: "option_value"
    - key: "another_option_name_if_needed"
      value: "the_other_options_value"
于 2019-09-17T14:26:56.647 回答