ansible-collections / vmware.vmware

Ansible VMWare Collection
GNU General Public License v3.0
7 stars 10 forks source link

Mm feature/save vm as template #48

Closed mikemorency closed 3 months ago

mikemorency commented 4 months ago
SUMMARY

This module creates a template in a folder from a VM. Its designed to replace some of the functionality in community.vmware.vmware_guest.

The module allows a user to create or delete a template in a folder. If you create a template, you must specify a VM to clone and use as a base for the template. Once the template is created, the user would use another module to modify the configuration (right now I think they would use vmware_guest, but a new module would probably be useful).

This module is similar in functionality to the existing content_template module, which creates/deletes a template in a content library.

ISSUE TYPE
COMPONENT NAME

folder_template_from_vm