AWX Workflows Tutorial
AWX Workflows are designed to address use cases where automation tasks must depend on the outcome of previous steps, enabling conditional execution, error handling, and highly modular automation processes. In this AWX workflow tutorial I will go through some real world examples focussed on network automation.
AWX Workflows Examples
Creating an AWX Workflow
- Step-by-step guide to creating a workflow in the AWX UI.
- Adding job templates to the workflow.
- Configuring node relationships (e.g., success/failure paths).
In this example I am going to create an AWX workflow with three steps, each step will depend on the success of the previous task to continue.
AWX Workflow Resources
https://docs.ansible.com/ansible-tower/latest/html/userguide/workflows.html
Leave a Reply