0 votes
in Ansible by

How can you decrypt a file encrypted with Ansible Vault?

a) ansible-vault decrypt filename

b) ansible decrypt filename

c) ansible-file decrypt filename

d) ansible-galaxy decrypt filename

1 Answer

0 votes
by
Solution: a) ansible-vault decrypt filename

Explanation: To decrypt a file encrypted with Ansible Vault, you can use the ansible-vault decrypt filename command. This will prompt you for the password used to encrypt the file.
...