AWS DevOps Engineer Professional DOP-C01 – Question469

The Ansible Inventory system allows many attributes to be defined within it. Which item below is not one of these?

A.
Group variables
B. Host groups
C. Include vars
D. Children groups

Correct Answer: C

Explanation:

Explanation:
Ansible inventory files cannot reference other files for additional data. If this functionality is needed, it must be done in as a script to create a dynamic inventory.
Reference:
http://docs.ansible.com/ansible/intro_inventory.html