ansible-plugin icon indicating copy to clipboard operation
ansible-plugin copied to clipboard

Is it possible to add an option to not use ansible-vault?

Open madsi1m opened this issue 6 months ago • 0 comments

After digging through an issue we have, https://github.com/rundeck-plugins/ansible-plugin/issues/362 I noticecd if I remove ansible-vault from my enviroment ansible begins to work.

Looking at the code, it seems a simple boolean option in the checkAnsibleVault() function in https://github.com/rundeck-plugins/ansible-plugin/blob/main/src/main/groovy/com/rundeck/plugins/ansible/ansible/AnsibleVault.java to force the function to fail will make rundeck bypass the ansible-vault bits of the code.

madsi1m avatar Aug 20 '24 00:08 madsi1m