webui
                                
                                
                                
                                    webui copied to clipboard
                            
                            
                            
                        Basic WebUI for using Ansible
### Versions 0.0.21 ### Scope Backend (API) ### Issue It seems the request class is not linked: https://github.com/ansibleguy/webui/blob/latest/src%2Fansibleguy-webui%2Faw%2Fapi_endpoints%2Fjob.py#L309
### Scope Frontend (User Interface) ### Description It would be nice if we could choose the user- or global-credentials to use in the execution prompts as an alternative to the...
### Scope Frontend (User Interface) ### Description If no execution prompts are configured, it would make sense to show some common used ones by default. All optional: * Limit *...
### Versions latest ### Scope Backend (API) ### Issue [Report.pdf](https://github.com/ansibleguy/webui/files/15358522/Report.pdf)
### Scope Unknown ### Description It would be nice to have a job-retry setting. If the job execution fails because of environmental errors (timeout, network, ...) it could be re-ran...
### Scope Frontend (User Interface) ### Description As described in #30 the current data-fetching is far from being perfect. It does not make sense to have the data fetched if...
### Versions 0.0.16 ### Scope Frontend (User Interface) ### Issue If one opens multiple logs one after another - they get concatted/merged some times.
### Scope Backend (API) ### Description Currently we fetch all the data-entries of the current view every refresh-interval (1 sec). We then check if the data has changed using JS...
### Scope Backend ### Description We could add a system setting that globally enables task profiling - could be nice to have. https://docs.ansible.com/ansible/latest/collections/ansible/posix/profile_tasks_callback.html
### Scope Frontend (User Interface) ### Description It would be nice if the currently running job would be auto-openend (follow/live view) on the log view