0 votes
in Ansible by

What is the purpose of the Ansible Config file?

a) To store the playbook files

b) To store the inventory file

c) To configure the behavior of Ansible

d) To store the sensitive data

1 Answer

0 votes
by
Solution: c) To configure the behavior of Ansible

Explanation: The Ansible Config file is used to configure the behavior of Ansible. It can be used to specify options such as the location of the inventory file, the default user for SSH connections, and other settings.
...