ara icon indicating copy to clipboard operation
ara copied to clipboard

ARA Records Ansible and makes it easier to understand and troubleshoot.

Results 141 ara issues
Sort by recently updated
recently updated
newest added

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

## What is the idea ? When searching in a playbook task's results, we have host ID and task ID fields: ![Screenshot from 2021-04-01 10-14-30](https://user-images.githubusercontent.com/1291204/113307530-3cc17c00-92d3-11eb-9727-f658f967588f.png) These are not really meant...

UI

- Update from CentOS Stream 8 to Stream 9 - Update from Fedora 35 to Fedora 36

## What is the issue ? When installing psycopg2, it usually needs development libraries installed. I didn't know but it looks like there's a binary package available now: ``` Error:...

## What is the issue ? The ara-container-images job has suddenly started consistently failing: https://ansible.softwarefactory-project.io/zuul/builds?job_name=ara-container-images&skip=0 ![Screenshot from 2022-08-05 16-44-47](https://user-images.githubusercontent.com/1291204/183160342-caaa0d4e-4a5f-4970-a2c1-580d8041bf0d.png) Some logs: ``` 2022-08-05 16:38:11.438194 | TASK [Build localhost/ara-api:fedora35-source-latest with fedora-source.sh]...

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

We recently added support for a custom CA and client cert in the callback, this adds it to the CLI as well.

This will fixes #397 support for `ansible.builtin` as well as for `ansible.legacy` FQCN