Hello,
I recently updated our Ansible version at our Jenkins server from 1.6.6 to 1.7.2 and our unencrypted playbooks started requiring vault passes.
Two of our environments didn’t have any encryption on their group_vars files, but the rest of them had.
Prior to the update, it would just work fine, but now my job working at “project_qa” group would fail like:
ERROR: A vault password must be specified to decrypt /var/lib/jenkins/jobs/XX/group_vars/project_prod.yml
It only works as intended when there are absolutely no encrypted files within the group_vars directory.
There are no custom patching on the ansible libraries, its a clean pip installation.
I’d rather not have my vault key distributed to every job.
Thanks,