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 EX294 Exam - Topic 12 Question 36 Discussion

Install the RHEL system roles package and create a playbook called timesync.yml that:--> Runs over all managed hosts.--> Uses the timesync role.--> Configures the role to use the time server 192.168.10.254 ( Hear in redhat labuse "classroom.example.com" )--> Configures the role to set the iburst parameter as enabled.
A) Explanation: Solution as: # pwd home/admin/ansible/ # sudo yum install rhel-system-roles.noarch -y # cd roles/ # ansible-galaxy list # cp -r /usr/share/ansible/roles/rhelsystem-roles.timesync . # vim timesync.yml --- - name: timesynchronization hosts: all vars: timesync_ntp_provider: chrony timesync_ntp_servers: - hostname: classroom.example.com _ in exam its ip-address iburst: yes timezone: Asia/Kolkata roles: - rhel-system-roles.timesync tasks: - name: set timezone timezone: name: '{{ timezone }}' :wq! timedatectl list-timezones | grep india # ansible-playbook timesync.yml --syntax-check # ansible-playbook timesync.yml # ansible all -m shell -a 'chronyc sources -v' # ansible all -m shell -a 'timedatectl' # ansible all -m shell -a 'systemctl is-enabled chronyd'

RedHat EX294 Exam - Topic 12 Question 36 Discussion

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

Install the RHEL system roles package and create a playbook called timesync.yml that:

--> Runs over all managed hosts.

--> Uses the timesync role.

--> Configures the role to use the time server 192.168.10.254 ( Hear in redhat lab

use "classroom.example.com" )

--> Configures the role to set the iburst parameter as enabled.

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters
Reta
10 months ago
I thought we were using NTP instead of chrony? Confused!
upvoted 0 times
...
Jospeh
10 months ago
This looks solid, but make sure to check the timezone settings!
upvoted 0 times
...
Rory
10 months ago
Wait, does the iburst parameter really make a difference?
upvoted 0 times
...
King
10 months ago
Totally agree, using the right hostname is crucial!
upvoted 0 times
...
Mirta
10 months ago
Just a heads up, the NTP server should be classroom.example.com in the exam.
upvoted 0 times
...
Lorrine
11 months ago
I definitely remember using "classroom.example.com" as the hostname in our labs, but I hope I don't mix it up with the IP address during the exam.
upvoted 0 times
...
Marjory
11 months ago
I feel a bit uncertain about the iburst parameter. Was it just "yes" or did we have to specify it differently in the playbook?
upvoted 0 times
...
Cristal
11 months ago
I think we had a similar question about configuring NTP servers in our last mock exam. I hope I can recall the correct parameters for the timesync role.
upvoted 0 times
...
Gilma
11 months ago
I remember we practiced installing the rhel-system-roles package, but I'm not sure if I got the syntax for the playbook right.
upvoted 0 times
...
Carmelina
11 months ago
This seems like a good opportunity to practice using the RHEL system roles. I'll make sure to follow the instructions carefully and test the playbook before submitting it.
upvoted 0 times
...
Alpha
11 months ago
Hmm, I'm a bit unsure about the timesync role and how to configure it properly. I'll need to review the documentation to make sure I understand the parameters and how to set them correctly.
upvoted 0 times
...
Wilburn
11 months ago
Okay, this looks like a straightforward task. I'll start by installing the RHEL system roles package, then create the timesync.yml playbook and configure the timesync role as per the instructions.
upvoted 0 times
...
Junita
11 months ago
No problem, I've worked with the timesync role before. I'll just need to update the NTP server address and enable the iburst parameter, then run the playbook across all the managed hosts.
upvoted 0 times
...
Burma
11 months ago
I'm a little confused on this one. I'll need to review my notes on standards and norms before answering.
upvoted 0 times
...
Ruthann
11 months ago
Okay, I think I've got this. I'll need to divide the profits by the price index for each year to get the real profits, then compare 20X4 to 20X1.
upvoted 0 times
...
Irene
11 months ago
I think the deactivation workflow should start on the author, right? That's where you manage the content before it goes live.
upvoted 0 times
...
India
11 months ago
I'm leaning towards JSON too, but it's hard to remember if XML was also included in the mix.
upvoted 0 times
...
Carman
12 months ago
Hmm, this seems like a tricky one. I'm not too familiar with the details of these migration tools, so I'll need to think through the options carefully and try to eliminate the incorrect answers.
upvoted 0 times
...

Save Cancel