Christoph Hille

Results 28 issues of Christoph Hille

Improvements on host index site. Background: #331 * filter possibility for playbook name and path * playbook name column in table ![image](https://user-images.githubusercontent.com/38468371/183355625-9f49b0c0-03c4-4aa6-b4d8-8af9a670d32c.png)

``` $ 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__...

bug

Ability to search for host or task name instead of id (fixes #243) ![image](https://user-images.githubusercontent.com/38468371/183352570-8f66cf69-90d0-492c-8fab-186a0dc99af7.png) Furthermore this PR introduces host and task name filters on the playbook index as well ![image](https://user-images.githubusercontent.com/38468371/183352715-e58ad641-a6bf-4243-8d13-9368b87df8c1.png)...

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...

UI
feedback

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...

bug
plugins

## What is the issue ? From time to time it happens that a playbook name will not be recored: ![image](https://user-images.githubusercontent.com/38468371/134547774-07a010d3-308d-4d5e-8d73-5f854290eb6a.png) I checked the database, the name is null there....

bug
plugins

## 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...

UI

using your role leads to a high increase of ansible-lint notifications