14 lines
296 B
YAML
14 lines
296 B
YAML
# inventory.config file in YAML format
|
|
# Documentation: ansible-doc -t inventory ansible.builtin.constructed
|
|
#
|
|
# Reproduce AWX behavior for constructed inventories
|
|
|
|
plugin: ansible.builtin.constructed
|
|
strict: False
|
|
|
|
keyed_groups:
|
|
- prefix: env
|
|
key: environment_name
|
|
parent_group: env
|
|
|