The following
EX447
questions are part of our
RedHat
EX447
real exam questions full version. There are
26
in our
EX447
full version. All of our
EX447
real exam questions can guarantee you success in the first attempt. If you fail
EX447
exam with our
RedHat
EX447
real exam questions, you will get full payment fee refund. Want to practice and
study full verion of
EX447
real exam questions? Go now!
Get
EX447
Full Version
RedHat EX447 Exam Actual Questions
The questions for EX447 were last updated on
Feb 21,2025
.
Viewing page 1 out of 1 pages.
Viewing questions 1 out of 5 questions
Question#4
CORRECT TEXT
Create a file calledadhoc.shin/home/sandy/ansiblewhich will use adhoc commands to set up anew repository. The name of the repo will be 'EPEL' the description 'RHEL8' the baseurl is'https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rmp'there is no gpgcheck, but you should enable the repo.
* You should be able to use an bash script using adhoc commands to enable repos. Depending on your lab setup, you may need to make this repo "state=absent" after you pass this task.
A. chmod0777adhoc.sh
vim adhoc.sh
#I/bin/bash
ansible all -m yum_repository -a 'name=EPEL description=RHEL8 baseurl=https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rmp gpgcheck=no enabled=yes'