David Moreau Simard
David Moreau Simard
## What component is this about ? ara_record ## What is happening ? When running integration tests: ``` 2019-10-23 22:43:15,977 DEBUG ara.clients.http: HTTP 200: get on /api/v1/plays?uuid=5c5f67b9-e63c-bdfa-cdfb-000000000048 An exception occurred...
Would an ARA callback plugin in upstream Ansible be useful ? The current implementation of the callback plugin requires at a minimum the ARA HTTP API client which requires ARA...
Although the clients are exercised through integration tests, there are no unit tests right now. Even a minimal amount of coverage would be nice.
The configuration template is currently created out of settings.py: https://github.com/ansible-community/ara/blob/d56c68f749476e761d7d62a60c6d8843b95bf5eb/ara/server/settings.py#L202-L234 This feature is useful but would be better suited as a CLI command so, amongst other things, it doesn't run...
Hi @briantist and @ansible-community/hashicorp-tools o/ We recently bootstrapped a new community Ansible collection for hashicorp vault here: https://github.com/ansible-collections/community.hashi_vault CI is in place with the help of GitHub actions for testing...
I ran a playbook twice which resulted in the creation of two artifact files in the current working directory, i.e: ``` playbook-artifact-2021-06-02T13:18:44.897265+00:00.json playbook-artifact-2021-06-02T13:19:58.219848+00:00.json ``` However, if I go into ``:replay``,...
##### SUMMARY Files that belong to the git repository such as git, github and azure pipeline configuration should not be included in the published collection tarball. Excluding tests saves on...
##### SUMMARY I am attempting to add a new fact in ansible-core named ``ansible_loadavg``: https://github.com/ansible/ansible/pull/75319 On Linux, ~~it simply reads and parses the contents of ``/proc/loadavg``~~ it leverages python's [os.getloadavg()](https://docs.python.org/3/library/os.html#os.getloadavg)....
##### SUMMARY We are running sanity tests across every collection included in the Ansible community package (as part of [this issue](https://github.com/ansible-community/community-topics/issues/96)) and found that ``ansible-test sanity --docker`` against kubernetes.core 2.2.3...
##### SUMMARY Add an action_group to default vars for every module This allows, for example, to default the value of oauth_token once without needing to specify it in every task...