sudo apt install ansible
or with pip
The simplest way is to manually create the ansible user to serve as an entrypoint for further installation performed with Ansible :
sudo adduser jovian
sudo usermod -aG sudo jovian
Then use private playbook setup-user.yml
.