Christoph Hille
Christoph Hille
Improvements on host index site. Background: #331 * filter possibility for playbook name and path * playbook name column in table 
``` $ ara-manage migrate Traceback (most recent call last): File "/home/hille/gitrepos/ara/.tox/ansible-integration/bin/ara-manage", line 10, in sys.exit(main()) File "/home/hille/gitrepos/ara/ara/server/__main__.py", line 27, in main if not os.path.exists(settings.ARA_SETTINGS): File "/home/hille/gitrepos/ara/.tox/ansible-integration/lib/python3.9/site-packages/django/conf/__init__.py", line 82, in __getattr__...
Ability to search for host or task name instead of id (fixes #243)  Furthermore this PR introduces host and task name filters on the playbook index as well ...
Hi @dmsimard, after some weeks/months with the new host index page view, here my thoughts and ideas for improvements: ## thoughts * the playbook status icon is to prominent in...
This will fixes #397 support for `ansible.builtin` as well as for `ansible.legacy` FQCN
## What is the issue ? Facts will not stored in Ara if using the FQCN `ansible.builtin.setup`. Example playbook: ``` --- - name: Gather Facts Bug hosts: localhost gather_facts: false...
## What is the issue ? From time to time it happens that a playbook name will not be recored:  I checked the database, the name is null there....
## What is the idea ? I'm not sure if the current gunicorn settings in the official ara images are really optimized for a container usage: ``` --workers=4 ``` Starting...
## What is the issue ? If you zoom in your browser (e.g. 120%) the content of the table of the playbook card in the playbook page is already not...
using your role leads to a high increase of ansible-lint notifications