I have 3 separate ansible project. Problem is, they all have their own vault, and I have to redefine some variable in common in all these vaults and change the variable everywhere every time.
Is it a way to share a vault between ansible projects ?
EDIT : I already considered to regroup all the projets in 1 but they are very different and I don't like this solution