Valid EX374 Dumps shared by EduDump.com for Helping Passing EX374 Exam! EduDump.com now offer the newest EX374 exam dumps, the EduDump.com EX374 exam questions have been updated and answers have been corrected get the newest EduDump.com EX374 dumps with Test Engine here:
Configure a host db1 to use a specific username dbadmin and SSH key ~/.ssh/db_key. Ensure this is applied via host_vars.
Correct Answer:
mkdir -p host_vars echo "ansible_user: dbadmin" > host_vars/db1.yml echo "ansible_ssh_private_key_file: ~/.ssh/db_key" >> host_vars/db1.yml Explanation: Using host_vars allows granular control of variables, such as user credentials and SSH keys, for individual hosts.