Summary
When using Ansible, the remote_user/ansible_user is the user that is used to access the remote host, while become_user is used for privilege escalation. This is done by using the command 'sudo {user} {command}' when become is flagged for a module or a playbook.
1
According to