I am trying to experiment with `-vvvv` and the options below, but with not much luck..
sudo_user =
the default user to sudo to
ask_sudo_pass =
this controls whether an Ansible playbook should prompt for a sudo password by default when sudoing
ask_pass =
controls whether an Ansible playbook should prompt for a password by default
remote_user =
This is the default username ansible will connect as for /usr/bin/ansible-playbook. Note that /usr/bin/ansible will always default to the current user if this is not defined
become =
The equivalent of adding sudo: or su: to a play or task, set to true/yes to activate privilege escalation.
become_method =
Set the privilege escalation method. The default is sudo, other options are su, pbrun, pfexec, doas, ksu
become_user =
The equivalent to ansible_sudo_user or ansible_su_user, allows to set the user you become through privilege escalation.
become_ask_pass =
Ask for privilege escalation password, the default is False
sudo_flags =
Note that ‘-n’ will conflict with using password-less sudo auth, such as pam_ssh_agent_auth