Problem Statement
What is Ansible Vault, and why is it important?
Explanation
Ansible Vault is a security feature that allows you to encrypt sensitive data such as passwords, keys, or API tokens.
It ensures that confidential information is protected even when stored in version control. Vault files can be decrypted only with a password or key at runtime. This helps organizations maintain security compliance while automating infrastructure.
