mbx64
mbx64
##### SUMMARY I can use *vmware_deploy_ovf* to deploy a VM from an OVF file on my ansible controller or from an OVF file on a HTTP server. This way, I...
Autopsy does currently only support raster tiles as offline maps (either `.zip` or `.mbtiles`, see [docs](https://sleuthkit.org/autopsy/docs/user-docs/4.21.0/geolocation_page.html#geo_map_options)). Raster tiles have some major disadvantages: * High storage consumption * Almost unavailable on...
##### SUMMARY When [connecting to the Supervisor of a VMware TKG cluster](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-with-tanzu-installation-configuration/GUID-F5114388-1838-4B3B-8A8D-4AE17F33526A.html), you have to use the following command manually: kubectl vsphere login --server= --vsphere-username After that, I have a...
##### SUMMARY [ansible.posix.firewalld](https://docs.ansible.com/ansible/latest/collections/ansible/posix/firewalld_module.html) already supports rich rules to be able to configure more detailed rules. But all current settings only apply to INBOUND traffic. To be able to also control...
##### SUMMARY The vmware_deploy_ovf module offers a possibility to load an OVA file from [url](https://docs.ansible.com/ansible/latest/collections/community/vmware/vmware_deploy_ovf_module.html#parameter-url). It would be helpful to be able to define `url_username`, `url_password` for HTTP basic auth...
### Community Guidelines - [x] I have read and agree to the [HashiCorp Community Guidelines ](https://www.hashicorp.com/community-guidelines). - [x] Vote on this issue by adding a 👍 [reaction](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original...
##### SUMMARY The [win_net_adapter_feature module](https://docs.ansible.com/ansible/latest/collections/community/windows/win_net_adapter_feature_module.html) either supports `'*'` to address all interfaces or specific names like `Ethernet0` to address a specific interface. It would be nice to be able to...
### Summary The [community.general.filesystem](https://docs.ansible.com/projects/ansible/latest/collections/community/general/filesystem_module.html) module already supports a lot of file systems, but it is missing exFAT. On most distros, you can install `exfatprogs` to get support for exFAT (similar...