Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

RedHat Exam EX447 Topic 5 Question 23 Discussion

Actual exam question for RedHat's EX447 exam
Question #: 23
Topic #: 5
[All EX447 Questions]

Create a file called packages.yml in /home/sandy/ansible to install some packages for the following hosts. On dev, prod and webservers install packages httpd, mod_ssl, and mariadb. On dev only install the development tools package. Also, on dev host update all the packages to the latest.

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Alona
2 months ago
Exactly, 'state: present' is for installing specified packages without needing the latest version.
upvoted 0 times
...
Mitsue
2 months ago
Yeah, using 'state: latest' for updating packages on the dev node is crucial.
upvoted 0 times
...
Arlen
2 months ago
And don't forget the dev host requires all packages to be updated to the latest.
upvoted 0 times
...
Adelina
3 months ago
Right, for dev, prod, and webservers we need httpd, mod_ssl, mariadb. Dev also needs development tools.
upvoted 0 times
...
Lai
3 months ago
True, but it's mainly about Ansible playbooks. Should be okay if you know the basics.
upvoted 0 times
...
Virgie
4 months ago
I think the question is quite detailed. Especially with specific package installations.
upvoted 0 times
...

Save Cancel