0 votes
in Ansible by

What is an Ansible inventory file?

a) A file that contains the list of target hosts

b) A file that defines the playbook steps

c) A file that contains the variables

d) A file that contains the module definitions

1 Answer

0 votes
by

Answer: a) A file that contains the list of target hosts

Explanation: An Ansible inventory file is a file that contains the list of target hosts that Ansible will manage. It is a simple text file that can be structured in various ways.

...