Add note about the dangers of ANSIBLE_DEBUG (#39261)
* Add note about the dangers of ANSIBLE_DEBUG * Wording tweaks
This commit is contained in:
parent
2f32e0ba2d
commit
72456711c3
1 changed files with 5 additions and 1 deletions
|
@ -493,7 +493,11 @@ DEFAULT_CONNECTION_PLUGIN_PATH:
|
||||||
DEFAULT_DEBUG:
|
DEFAULT_DEBUG:
|
||||||
name: Debug mode
|
name: Debug mode
|
||||||
default: False
|
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}]
|
env: [{name: ANSIBLE_DEBUG}]
|
||||||
ini:
|
ini:
|
||||||
- {key: debug, section: defaults}
|
- {key: debug, section: defaults}
|
||||||
|
|
Loading…
Reference in a new issue