DevOps Tools Engineer (LPIC-OT 701) — Question 43
Which configuration option in the Ansible inventory is issued control privilege escalation of the remote user?
Answer options
- A. priv_user
- B. elevate
- C. super
- D. become
- E. sudo
Correct answer: D
Explanation
The correct answer is 'become' as it specifically relates to granting privilege escalation capabilities in Ansible. The other options, while related to privilege and user management, do not align with the Ansible terminology or functionality for controlling privilege escalation.