Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Red Hat Certified Specialist in Advanced Automation: Ansible Best Practices

Last Update 57 minutes ago Total Questions : 26

The Red Hat Certified Specialist in Advanced Automation: Ansible Best Practices content is now fully updated, with all current exam questions added 57 minutes ago. Deciding to include EX447 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our EX447 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these EX447 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Red Hat Certified Specialist in Advanced Automation: Ansible Best Practices practice test comfortably within the allotted time.

Question # 4

Create a jinja template in /home/sandy/ansible/ and name it hosts.j2. Edit this file so it looks like the one below. The o rder of the nodes doesn't matter. Then create a playbook in /home/sandy/ansible called hosts.yml and install the template on dev node at /root/myhosts

Question # 5

Using the Simulation Program, perform the following tasks:

Ad-Hoc Ansible Commands (Number Two) Task:

1. Use the ad-hoc command to make sure php is installed.

2. Use the ad-hoc command to make sure that php is installed and is the latest version.

3. Use the ad-hoc command to make sure that httpd is installed.

4. Use the ad-hoc command to remove httpd from the servers.

Question # 6

Create the users in the file usersjist.yml file provided. Do this in a playbook called users.yml located at /home/sandy/ansible. The passwords for these users should be set using the lock.yml file from TASK7. When running the playbook, the lock.yml file should be unlocked with secret.txt file from TASK 7.

All users with the job of 'developer' should be created o n the dev hosts, add them to the group devops, their password should be set using the pw_dev variable. Likewise create users with the job of 'manager' on the proxy host and add the users to the group 'managers', their password should be set using the pw_mg r variable.

Question # 7

Create a playbook that changes the default target on all nodes to multi-user tarqet. Do this in playbook file called target. yml in /home/sandy/ansible