Hey,
the ovirt-engine runs ansible playbooks and uses the ansible-runner project, what happens
is that if you have a lot of tasks the artifacts of ansible-runner fills up the disk space
of the ovirt-engine.
They are located in /usr/share/ovirt-engine/ansible-runner
There's a config in /etc/ansible-runner-service that controls the artifacts rotation,
for some reason it does not kick in, in general there's a way to manually run the
ansible-runner and let it rotate the artifacts, i want to understand how to do this
without messing up the ovirt-engine.
Thanks