mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add note about the dangers of ANSIBLE_DEBUG (#39261)
* Add note about the dangers of ANSIBLE_DEBUG * Wording tweaks
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user