Mario Lenz

Results 456 comments of Mario Lenz

For the record, according to #2392 `https://username:[email protected]/my.ova` doesn't work. @ihumster I think you've introduced the url parameter in #1803, so maybe this is something you might want to have a...

@ihumster It would be great if you could also have a look at #1905 while you're working on this module 🙏

I'm sorry, but my priority ATM is to make the collection work with the [upcoming ansible-core 2.19 release](https://forum.ansible.com/t/40759) (#2388 and #2391). It turns out that this is harder than I...

I think this is a duplicate of #2242, so I'll close it. Let's track it there. I suggest you subscribe to / follow this issue. If you think I'm wrong,...

> Perhaps there is a better place to ask questions, if so please advice. Strictly speaking, GitHub issues are not the place to ask questions about how to use this...

> I'm also experiencing this issue in playbooks that previously worked fine. @docandrew What do you mean with "previously"? Could you give a version where it worked, and the version...

Now this is interesting. I deliberatly crash the module with `self.module.fail_json(msg="Template deployed")` directly after deploying from / cloning the template here: https://github.com/ansible-collections/community.vmware/blob/de8e030efcae4c19bd6b3e6670cdbc81b8656afc/plugins/modules/vmware_guest.py#L3055-L3061 I see the following events in the vCenter:...

For the record, it looks like there's a `ipV6Config` in [HostIpConfig(vim.host.IpConfig)](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.host.IpConfig.html).

I've had a closer look at this, and it turns out to be more complicated than I thought. The [ipV6Config](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.host.IpConfig.IpV6AddressConfiguration.html) doesn't only allow DHCPv6 and static configuration, but also auto...