Kloppi313

Results 8 comments of Kloppi313

Maybe usefull methods of the api: https://code.vmware.com/apis/704/vsphere/vim.host.HostAccessManager.html#queryLockdownExceptions https://code.vmware.com/apis/704/vsphere/vim.host.HostAccessManager.html#updateLockdownExceptions

@Akasurde Oh, by searching a bit I found, that the module might use a deprecated function: https://code.vmware.com/apis/704/vsphere/vim.HostSystem.html#enterLockdownMode (Deprecated. As of vSphere API 6.0, use ChangeLockdownMode.) as well as https://code.vmware.com/apis/704/vsphere/vim.HostSystem.html#exitLockdownMode (maybe...

Thank you for the information. It looks like there is nothing we can do about it. So is it best to close this issue or do you prefer to leave...

I just wanted to add, that I use a standard Google Pixel 8 and I am affected. The standard foto app works with the behaviour of renaming trashed files to...

Just my 2cents why I did it within this module: - I am no programmer, I am sysadmin, so the copycat approach is easier for me - no code duplication...

Hi @briantist, so would you prefer renaming this issue? Wouldn't it be a good start to duplicate vault_kv2_delete module and changing everything to destroy for a naive start?

I created a PR, but it is not what I firstly had in mind -> removing a complete endpoint, not only to destroy versions. But hey, it is a new...

Hello together, please see my PRs for inspiration: https://github.com/ansible-collections/community.hashi_vault/pull/449 https://github.com/ansible-collections/community.hashi_vault/pull/450