0 votes
in Ansible by

What is an Ansible collection?

a) A set of roles that can be reused across playbooks

b) A collection of modules that perform a specific task

c) A set of plugins that extend Ansible functionality

d) A predefined set of variables that can be used in playbooks

1 Answer

0 votes
by

Solution: c) A set of plugins that extend Ansible functionality

Explanation: An Ansible collection is a curated set of plugins, modules, roles, and other content that extends the functionality of Ansible. Collections can be installed and shared, making them a powerful tool for managing infrastructure.

...