I have a self-hosted-engine (4.2) running on a centos 7.4 server.
I have downloaded ovirt ansible roles from ansible-galaxy and can run them from the server
where the engineVM is running and able to deploy new vms, clusters, dc, etc.
I have seen the use of ovirt4.py file to target and group hosts which you can target for
specific plays. However, the box where self-hosted-engine is running is a physical server
but I am looking to run ansible from my local machine instead to manage vms running on
engineVM. Is there a way to achieve this?
Thank you in advance.