Which configuration option in the Ansible inventory is issued control privilege escalation of the remote user?
Which configuration option in the Ansible inventory is issued control privilege escalation of the remote user?
The correct configuration option in the Ansible inventory that controls privilege escalation of the remote user is 'become'. This option allows a user to run tasks with elevated privileges. It replaces older methods like 'sudo' and is the standardized way to perform privilege escalation in Ansible.
become or become root