Add note about the dangers of ANSIBLE_DEBUG (#39261)

* Add note about the dangers of ANSIBLE_DEBUG

* Wording tweaks
This commit is contained in:
Toshio Kuratomi 2018-04-24 17:30:41 -07:00 committed by scottb
parent 2f32e0ba2d
commit 72456711c3

View file

@ -493,7 +493,11 @@ DEFAULT_CONNECTION_PLUGIN_PATH:
DEFAULT_DEBUG:
name: Debug mode
default: False
description: Toggles debug output in Ansible, VERY verbose and can hinder multiprocessing.
description:
- "Toggles debug output in Ansible. This is *very* verbose and can hinder
multiprocessing. Debug output can also include secret information
despite no_log settings being enabled, which means debug mode should not be used in
production."
env: [{name: ANSIBLE_DEBUG}]
ini:
- {key: debug, section: defaults}