0 votes
in Ansible by
What is the purpose of the Ansible Vault?

a) To store the playbook files

b) To store the inventory file

c) To store the sensitive data, such as passwords and keys

d) To store the log files

1 Answer

0 votes
by

Solution: c) To store the sensitive data, such as passwords and keys

Explanation: Ansible Vault is a feature that allows users to encrypt sensitive data, such as passwords and keys, within Ansible playbooks and inventory files. This ensures that the data is stored securely.

...