Currently the boardwalkd web UI displays some details that are sent from the CLI worker for each workspace. The details come from the WorkspaceDetails model, and includes the workspace's Ansible host pattern. The boardwalk CLI now supports supplying a --limit, which is an Ansible host pattern that further sub-selects hosts from the whole workspace host pattern. It would be useful if the pattern supplied to --limit was visible in the web UI so it's possible for viewers to get a better sense of what hosts are being targeted. Consider adding the --limit value to the WorkspaceDetails model and displaying it in the web UI.
Currently the boardwalkd web UI displays some details that are sent from the CLI worker for each workspace. The details come from the WorkspaceDetails model, and includes the workspace's Ansible host pattern. The boardwalk CLI now supports supplying a
--limit
, which is an Ansible host pattern that further sub-selects hosts from the whole workspace host pattern. It would be useful if the pattern supplied to--limit
was visible in the web UI so it's possible for viewers to get a better sense of what hosts are being targeted. Consider adding the--limit
value to the WorkspaceDetails model and displaying it in the web UI.