Question 1
Which command will use servers in a local inventory called invent.local?
Question 2
Which command ships with Ansible and provides module documentation on your system?
Question 3
Where does ansible-galaxy install place roles by default?
Question 4
Which of the following are valid parameters of the template module? (Choose all that apply.)
Question 5
Create a file calledadhoc.shin/home/sandy/ansiblewhich will use adhoc commands to set up a new repository. The name of the repo will be 'EPEL' thedescription '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.
* 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.