diff options
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 |