0 votes
in Ansible by
What is the purpose of the Ansible module “setup”?

a) To set up a new target system with the necessary software and configurations

b) To gather facts about a target system, such as hardware and software information

c) To automate the deployment of software to a target system

d) To configure network settings on a target system

1 Answer

0 votes
by

Solution: b) To gather facts about a target system, such as hardware and software information

Explanation: The Ansible module “setup” is used to gather facts about a target system, such as hardware and software information.

...