Run jobs FROM AWX non root user - using Foreman ssh trust relationship

I can run awx jobs from root user to remote vm hosts (to root users or non root users).

I would like to run awx jobs from non root user to remote vm hosts (to root users or non root users). Is it possible?

The reasson: I have a Foreman-ansible (and now awx) vm host that run playbooks from non root user (Foreman-ansible-awx host) to non root users (remote vm hosts) and I would like to use the same ssh trust relationship.

AWX (just like Ansible) will run jobs as any user you want. Read the Ansible Tower docs about credentials.