Install and use Ansible with a non-root account

Hello everyone. I need a little help. I’ve been looking for a document that states or indicates what type of user access is required to install and use Ansible. Can anyone point me to that direction?

Bottom line, I wanted to know if there’s a way to install and use Ansible with a non-root account on a RHEL7 server. Thank you in advance for your help.

Regards,
Joaquin

You can use ansible on a controller without root privileges. Level of privileges on the remote host you mange depends on what you’re trying to achieve. In most cases you’ll need root access, since you’re making system-wide changes.

kind regards
Pshem

If you need something "official", it is explicitly stated in these docs:

https://docs.ansible.com/ansible/latest/intro_installation.html#running-from-source