Which flags must be accepted as input for a dynamic inventory script?
A dynamic inventory must return data in what format?
Which is the default inventory file used by Ansible?
Observe the details of the following dynamic inventory file.$ ls -l dynamic.py -rw-rw-r--. 1 user user 1928 Mar 30 08:21 dynamic.pyWhy will this inventory file cause the ansible command to fail?
Is it possible to specify multiple inventory files at once?
Examine the following inventory excerpt file named /home/user/ansible/inventory. [dbservers] db1.example.comWhich of the following files does Ansible check for variables related to that inventory? (Choose all that apply.)