Recover password with password with password in case of forgot password

I am using ansible-vault to set a password to protect my var / main.yml file. Now I can click on the source code in source control. It is then deployed to the production server. Suppose someone is manipulating the password or forgot the password. Is there a way to recover secure vault password or set a new password again without asking for the old password?

Thank you in advance

+3


source to share


1 answer


If you don't redirect your password, there is no way to recover it.



I suggest you use a password manager to store your password and share the password database across your organization. For example, you can store the password in a password service that has an email or SMS reset feature to recover a user account, although this might not be a good idea for high security environments .

+4


source







All Articles