You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst
kaorihinata 3ca4580cb4 Allow no_log=False to silence the no_log warnings for module parameters (#64733)
As AnsibleModule._log_invocation is currently implemented, any parameter
with a name that matches PASSWORD_MATCH triggers the no_log warning as a
precaution against parameters that may contain sensitive data, but have not
been marked as sensitive by the module author.

This patch would allow module authors to explicitly mark the aforementioned
parameters as not sensitive thereby bypassing an erroneous warning message,
while still catching parameters which have not been marked at all by the
author.

Adds tests for various no_log states including True, False, and None (as
extracted by AnsibleModule._log_invocation) when applied to an argument with
a name that matches PASSWORD_MATCH.

Fixes: #49465 #64656
6 years ago
..
api link from API stub page to module_utils page (#49831) 7 years ago
community Use requirements.txt to install prereqs for docs build (#65709) 6 years ago
dev_guide Allow no_log=False to silence the no_log warnings for module parameters (#64733) 6 years ago
galaxy fixed some broken links (#66182) 6 years ago
images Adds custom 404 with cowsay image (#57422) 7 years ago
installation_guide updates RHEL packages to 2.9 (#64532) 6 years ago
inventory Add implicit localhost hostvars note (#61956) 6 years ago
network Docs: User guide overhaul, part 2 (#65474) 6 years ago
plugins Fix netconf plugin related to collections (#65718) 6 years ago
porting_guides clc_aa_policy: deprecate unused 'wait' parameter (#64367) 6 years ago
reference_appendices Explanation for "check_mode: no" is confusing (#65777) 6 years ago
roadmap remove toshio as release manager (boohoo) (#64685) 6 years ago
scenario_guides fixed some broken links (#66182) 6 years ago
shared_snippets Clarify how to use the Galaxy token (#65961) 6 years ago
user_guide loop: simplify dict2items example in docs (#66235) 6 years ago
404.rst removes link from 404 content, explains options (#57971) 7 years ago
conf.py docs: update to latest 3 versions (#64109) 6 years ago
index.rst clean up network toc (#65264) 6 years ago