Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam EX374 Topic 1 Question 57 Discussion

Actual exam question for RedHat's EX374 exam
Question #: 57
Topic #: 1
Create an inventory file inventory.yml with a host web1 and a group web_servers. Assign the variable ansible_user as admin for web1.

Suggested Answer:

# inventory.yml
all:
children:
web_servers:
hosts:
web1:
ansible_user: admin
Explanation:
The inventory file assigns variables like ansible_user for specific hosts or groups. This configuration defines web1 under the web_servers group with admin as the remote user.

by Ben at May 22, 2026, 08:49 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.