Mario Lenz

Results 456 comments of Mario Lenz

> Anyways, I found out that even if you put in the vcenter hostname, the ansible controller speaks with the ESXI on the port 443, it would be great if...

This issue looks somewhat weird. 1) > ##### ANSIBLE VERSION > > ansible [core 2.15.8] We've removed support for ansible-core < 2.17 in [5.0.0](https://github.com/ansible-collections/community.vmware/releases/tag/5.0.0). 4.x supported ansible-core 2.15, but it's...

@pemsith Well, I think that your tool _did_ find something interesting. I think I'll have a look at improving `tools/prepare_release.yml`. I don't want to touch the integration tests until we...

@pemsith BTW I wonder why your tool says that tools/prepare_release.yml is needlessly gathering facts, but ignores tools/unset_version.yml. I think gathering facts is unnecessary there, too.

Why do you specify `destination_resourcepool: ""`? That doesn't make sense to me. If you just want to do a storage vMotion and don't care about anything else, why define a...

> Sorry for the delay in responding. No problem. Unfortunately, I'm out of office at the moment. But I might be able to do something about your issue, anyway. Please...

I'm afraid I didn't find the time to work on this. And I don't think I'll do this too soon. You see, I stumbled upon some problems with our CI...

This error message is quite misleading. Looking at your playbook, I think you didn't define `cluster` or `esxi_hostname`. According to the [documentation](https://github.com/ansible-collections/community.vmware/blob/b5eb08db178ead605a0f233f8a88ef6435b5c709/docs/community.vmware.vmware_guest_module.rst), (exactly) one of them is required. Does it...

> Windows Servers 2016 or later hosted in VMWare vCenter. Do you know if it did it work with Windows Servers < 2016? Or didn't you test this? What VMware...

Actually, I'm not sure if this can be done. That is, changing a VMDK in-place from thin to thick or vice versa. I only know a workaround: Do a storage...