Red Hat System Administration III: Linux Automation (RH294) – RHEL 8 Quiz Questions and Answers
Which tool is an open source automation platform for running playbooks?
Answer :
Ansible
Which of the following terms best describes the Ansible architecture?
Answer :
Agentless
Which of the following files defines the actions that Ansible performs on managed nodes?
Answer :
Playbook
Which system has access to the required configuration files and playbooks to manage remote systems?
Answer :
Control node
What commands determine the operation to perform through the use of modules and their arguments and can make use of Ansible's privilege escalation features?
Answer :
Ad hoc
Which command can list installed modules, and provide documentation and example code snippets of how to use them in playbooks?
Answer :
ansible-doc
How do administrators reuse values across files in an entire Ansible project?
Answer :
Ansible variables
What can be defined for hosts and host groups in the inventory file?
Answer :
Variables
Which module provides insight into what is happening in the play?
Answer :
debug
Which 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?