Skip to content

Ansible / AWX / AAP#

There are two main ways to utilize Vault with Ansible / AWX / AAP. Refer to the following table for a comparison of the two options:

AWX / AAP Credential Ansible Community Collection
Works with AWX/AAP ✔ ✔
Works with Ansible (CLI) ✔
Read secrets ✔ ✔
Write secrets ✔
Use approle for auth ✔ ✔
Use user's permission for auth ✔

If you would like to run ansible locally with your user's permissions follow this article

If you would like to run ansible from AWX/AAP with an approle, follow this article