medium
Single Answer
0

Which component in an Ansible setup defines the connection information so that Ansible can perform configuration management?

Answer Options

A

Playbook

B

Settings

C

Inventory

D

Modules

Correct Answer: C

Explanation

The Inventory component defines the various hosts and their connection information in an Ansible setup. The Playbook component defines the script to execute to perform the configuration management. The ansible.cfg file controls the settings for the Ansible server. The Modules component allows Ansible to connect to and understand various systems.

ansible
inventory
configuration-management
ansible-architecture