Ansible in ManagerVM How to install?

Hi guys!

I’m trying to run ansible solution and I get this error.

Trying to run ansible from managerVM > dom0 or ManagerVM > SomeVM

[user@controller ~]$ ansible work -m ping
work | FAILED! => {
    "msg": "qrun command not found in PATH"
}

already tried everything :slight_smile:

./qrun controller work
evaluates but returns nothing

I wrote a bash script for autoinstallation

I am just learning

The script creates a control machine, installs ansible on it.
I made my repo to pull the configs.

The paths are chosen this way because ansible is looking for ansible.cfg in /etc/network

I managed to configure Dom0 to OtherVM and it work! Help me plz :smiley: