Posted by: Pdfprep
Post Date: December 9, 2020
CORRECT TEXT
Create an empty encrypted file calledmyvault.yml in /home/sandy/ansibleand set the passwordtonotsafepw. Rekey the passwordtoiwejfj2221.
Answer: ansible-vault create myvault.yml Create new password: notsafepw Confirm password: notsafepwansible-vault rekeymyvault.yml
Current password: notsafepw New password: iwejfj2221 Confirm password: iwejfj2221
Leave a Reply