nutanix / nutanix.ansible

Official Nutanix Ansible collections
GNU General Public License v3.0
61 stars 34 forks source link

[Imprv] add functionality vTPM to module vms to match V3 API and ACLI functionality #477

Open rthunt opened 2 months ago

rthunt commented 2 months ago

Describe the request Add functionality from the current VMs v3 to allow for the setting of vTPM for VMs. This option exists via the V3 api already and isn't implemented in the Ansible Module.

Current behaviour No Option for vTPM exists

Expected behaviour Option for vTPM should exist and set the proper setting just like the API.

 "resources": {
      "is_agent_vm": false,
      "vtpm_config": {
        "vtpm_enabled": true
      },
..........

Reference to acli for vtpm vm requirements.

https://portal.nutanix.com/page/documents/details?targetId=AHV-Admin-Guide:mul-vtpm-overview-AHV-c.html

RockyRhoudes commented 1 month ago

+1

much needed