mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Moar constructive (#28254)
* made composite vars and groups generic now you can do both in every plugin that chooses to suport it renamed constructed_groups as it now also constructs vars ... to constructed moved most of constructed_groups logic into base class to easily share * documented inventory_hostname * typo fix
This commit is contained in:
parent
ec11cd2696
commit
a897193bce
5 changed files with 60 additions and 26 deletions
|
@ -73,7 +73,7 @@
|
|||
#callback_whitelist = timer, mail
|
||||
|
||||
# enable inventory plugins, default: 'host_list', 'script', 'yaml', 'ini'
|
||||
#inventory_enabled = host_list, aws, openstack, docker
|
||||
#inventory_enabled = host_list, virtualbox, yaml, constructed
|
||||
|
||||
# Determine whether includes in tasks and handlers are "static" by
|
||||
# default. As of 2.0, includes are dynamic by default. Setting these
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue