# Ansible Vault

Ansible Vault is a feature of Ansible that allows you to keep sensitive data such as passwords or keys in encrypted files. These vault files can then be distributed or placed in source control, and used within playbooks.




```{toctree}
:maxdepth: 1

01_introduction
```