
On Thu, Oct 7, 2021 at 11:49 AM Erez Zarum <erezz@nanosek.com> wrote:
Thank you all. Answering myself.
cd /usr/share/ovirt-engine/ansible-runner-service-project ansible-runner --rotate-artifacts 20 --artifact-dir /usr/share/ovirt-engine/ansible-runner-service-project/artifacts -m ping --hosts all[0] run /usr/share/ovirt-engine/ansible-runner-service-project
This will run the "ping" module on the first host, it will fail because i did not provide any private key but it will cleanup artifacts and will leave only 20 of them.
Solved :)
Thanks for the report! Martin, IMO these artifacts should go somewhere under /var . Can't find any EL-specific policy for this right now, but see e.g.: https://refspecs.linuxfoundation.org/FHS_2.3/fhs-2.3.html#THEUSRHIERARCHY Thanks and best regards, -- Didi