U.S. Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

RedHat EX294 Exam - Topic 2 Question 82 Discussion

Use Ansible Galaxy with a requirements file called /home/admin/ansible/roles/install.yml to download and install roles to /home/admin/ansible/roles from thefollowing URLs:http:// classroom.example.com /role1.tar.gz The name of this role should be balancerhttp:// classroom.example.com /role2.tar.gz The name of this role should be phphello
A) Explanation: Solution as: # pwd /home/admin/ansible/roles # vim install.yml --- - src: http://classroom.example.com/role1.tar.gz name: balancer - src: http://classroom.example.com/role2.tar.gz name: phphello :wq! # pwd /home/admin/ansible # ansible-galaxy install -r roles/install.yml -p roles

RedHat EX294 Exam - Topic 2 Question 82 Discussion

Actual exam question for RedHat's EX294 exam
Question #: 82
Topic #: 2
[All EX294 Questions]

Use Ansible Galaxy with a requirements file called /home/admin/ansible/roles/

install.yml to download and install roles to /home/admin/ansible/roles from the

following URLs:

http:// classroom.example.com /role1.tar.gz The name of this role should be balancer

http:// classroom.example.com /role2.tar.gz The name of this role should be phphello

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters

Currently there are no comments in this discussion, be the first to comment!


Save Cancel