ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
80 stars 58 forks source link

Question #379

Closed sojjan1337 closed 1 year ago

sojjan1337 commented 1 year ago

Hi!

This is just a question.

Is there a way to skip tls verification. It works with terraform but i don't find anything for ansible: community.hashi_vault.vault_kv2_get:

I'm looking for something like: "tls_skip_verify": true"

"validate_certs: no" doesn't work.

Thanks!