EX294 · Question #6
EX294 Question #6: Real Exam Question with Answer & Explanation
Sign in or unlock EX294 to reveal the answer and full explanation for question #6. The question stem and answer options stay visible for context.
Question
06. Installing Roles Using Ansible Galaxy Install roles using Ansible Galaxy and the requirements file /home/greg/ansible/roles/requirements.yml. Download roles from the following URLs and install them into /home/greg/ansible/roles: Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: [Virtual Machine: 172.25.250.254|control] [greg@control ansible]$ vim /home/greg/ansible/roles/requirements.yml --- name: balancer name: phpinfo [greg@control ansible]$ ansible-galaxy install -r /home/greg/ansible/roles/requirements.yml # Verification: You should see both roles listed. (mandatory operation) [greg@control ansible]$ ansible-galaxy list # /home/greg/ansible/roles ... - balancer, (unknown version) - phpinfo, (unknown version) ...
Unlock EX294 to see the answer
You've previewed enough free EX294 questions. Unlock EX294 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.