An organization has multiple inventories for different environments. They want to reuse a set of hosts across inventories without duplicating host definitions. Which feature should they use?
Trap 1: Inventory sources
Inventory sources populate hosts into one specific inventory.
Trap 2: Shared inventories
Ansible Tower does not have a 'shared inventory' feature.
Trap 3: Inventory groups
Groups are for organizing hosts within a single inventory.
- A
Inventory sources
Why wrong: Inventory sources populate hosts into one specific inventory.
- B
Shared inventories
Why wrong: Ansible Tower does not have a 'shared inventory' feature.
- C
Inventory groups
Why wrong: Groups are for organizing hosts within a single inventory.
- D
Smart inventories
Smart inventories can include hosts from multiple inventories based on filters.