diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2017-08-21 16:06:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 16:06:15 -0400 |
commit | a897193bcee28e3698362e8b47cebc53f585dd61 (patch) | |
tree | d53343ba62fa1db4beb5c9a4a6c33829aaaa1026 /examples/ansible.cfg | |
parent | ec11cd2696f7b698d69f266f89369d2f0de67c8b (diff) | |
download | ansible-a897193bcee28e3698362e8b47cebc53f585dd61.tar.gz |
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
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r-- | examples/ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index d6892b2bac..7abae073f2 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -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 |