701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 12


Which configuration option in the Ansible inventory is issued control privilege escalation of the remote user?

Show Answer
Correct Answer: D

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.

Discussion

1 comment
Sign in to comment
ErenYeagerOption: D
Nov 13, 2022

become or become root