In order for AWX to start to interact with our infrastructure and run the required playbook, we need to define the correct network credentials to log in to our network infrastructure. In this recipe, we outline how to create the required network credentials in order for AWX to log in to network devices and start executing playbooks on our managed network inventory. We will also outline how we can use RBAC within AWX to make it easy to share this sensitive data between different teams within the organization.
Managing network credentials on AWX
Getting ready
AWX must be installed and reachable, and the User accounts must be deployed, as outlined in the previous recipe.