semaphore
semaphore copied to clipboard
Feature: Display run configs for each task as in Tower or AWX
Related to
Web-Frontend (what users interact with), Web-Backend (APIs), Ansible (task execution)
Impact
nice to have
Missing Feature
On AWX or Tower when you run a task with some limit, variable, args, or tags, they are being stored and you could check a previous ran of tasks also by seeing the these configurations. This is important because a single ansible role might be able to do many things via tags and vars conditionally and when you are not able to see the run configs, you might be failing to evaluate or debug for the past runs.
Implementation
- Store the run configs (vars, args, limit)
- Display them on UI for currently running or past ran tasks.
Design
I'd have it at the top of the task modal (the white area).