Red Hat System Administration III: Linux Automation (RH294) – RHEL 9 Quiz Questions and Answers
Answer :
yum_repository
Explanation :
The yum_repository module configures a Yum repository on a managed host. For repositories that use public keys, you can verify that the key is available with the rpm_key module
The log_path parameter in the default section of the ansible.cfg configuration file specifies the location of the log file to which all Ansible output is redirected.
Any system upon which Ansible is installed and which has access to the required configuration files and playbooks to manage remote systems is called a control node
The --check option enables Ansible modules with check mode support to display the changes to be performed, instead of applying those changes to the managed hosts.
Infrastructure as Code means that you can use a machine-readable automation language to define and describe the state you want your IT infrastructure to be in.