Re: [ansible-project] create VM from template with customiation spec

2023-06-02 Thread 'Rowe, Walter P. (Fed)' via Ansible Project
That pull request is still open. Walter -- Walter Rowe, Division Chief Infrastructure Services, OISM Mobile: 202.355.4123 On Jun 1, 2023, at 4:27 PM, Kosala Atapattu wrote: You need to create a customization_spec in the vCenter and then refer that using customization_spec.

Re: [ansible-project] create VM from template with customiation spec

2023-06-01 Thread Kosala Atapattu
You need to create a customization_spec in the vCenter and then refer that using customization_spec. BTW, if you're on 7.0.3+, cloud-init will be the way forward.

[ansible-project] create VM from template with customiation spec

2023-06-01 Thread Tony Wong
I want to create vm in vsphere from template and customize OS with customization spec I am not sure how to apply a customization spec in ansible. any idea? will something like this work --- - hosts: localhost gather_facts: true connection: local vars_files: - vcenter_creds.yml