ara-collection
ara-collection copied to clipboard
Collection of Ansible roles for ARA Records Ansible.
Still a work in progress, but it should migrate existing PyPI installation to podman while keeping the data :-)
Should solves #77
Currently, `warn` is passed to `args` argument in a few places. `warn` was removed in ansible 2.14[1] which makes it impossible to use ara_api role with ansible >=2.14. Patch proposes...
* support using system packages in installation venv * changed version pinning of psycopg2 to reflect the comment * updated package dependencies for Debian 12 Tested with pypi installation method,...
* first shot with lookup plugin and callback plugin wrapper * for the action plugins I need some more time as there are some unclarities (why there are action plugins,...
When i run this role on OracleLinux 9, i have this error : ``` TASK [recordsansible.ara.ara_api : Include OS family/distribution specific variables] *** fatal: [ansiblecontroller1]: FAILED! => {"msg": "No file...
On ansible galaxy, i find a v0.1.0 recordsansible.ara collection which still mentions python36 package. My RHEL9 is bundled with python 3.9 The github source code show support for RHEL9, but...
Based on discussion with @dmsimard and @Thulium-Drake : Currently the ara plugins are not following the new Ansible way to bundle everything in collections. An disadvantage of this is that...
ara 1.7.0 bumped the version of django to allow the latest LTS, 4.2. django 4.2 provides support for psycopg3 but there are differences to watch out for: - https://docs.djangoproject.com/en/5.0/releases/4.2/#psycopg-3-support -...
This issue is to investigate if any issues exist to run the ARA server on Podman.