You may consider reviewing https://github.com/vmware/pyvmomi, which offers a full rest-api to vsphere. This will enhance or possibly replace vsphere_guest functionality
On Wednesday, January 8, 2014 12:29:46 PM UTC-8, Romeo Theriault wrote: > > On Wed, Jan 8, 2014 at 4:05 AM, Brian Coca <[email protected] > <javascript:>> wrote: > >> >> Once this is stable my next step was going to be to try and get the >> provisioning plugins from ansible-provisioning project into core. >> > > Hi Brian, I wrote the vsphere_guest[1] ansible module in the > ansible-provisioning repo. If you have the time to work on the module to > make it more 'idempotent' that'd be great. Currently it can create the VM > just fine but can't modify it after the fact. It just checks if the VM > exists and skips the creation steps if it does. This is one area that could > be improved. Here is an example of how I use the module to create VM's in > our environment: > > https://github.com/romeotheriault/ansible-vsphere_guest > > [1] > https://github.com/ansible-provisioning/ansible-provisioning/blob/master/library/vsphere_guest > -- > Romeo > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/fcd868b9-71c3-4575-92e5-0087a53fe821%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
