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
2020-01-09 16:47:57 -05:00
..
api link from API stub page to module_utils page (#49831) 2018-12-12 14:20:42 -06:00
community Use requirements.txt to install prereqs for docs build (#65709) 2019-12-17 15:09:05 -06:00
dev_guide Allow no_log=False to silence the no_log warnings for module parameters (#64733) 2020-01-09 16:47:57 -05:00
galaxy fixed some broken links (#66182) 2020-01-06 10:24:07 -06:00
images Adds custom 404 with cowsay image (#57422) 2019-06-17 10:47:54 -05:00
installation_guide updates RHEL packages to 2.9 (#64532) 2019-11-06 14:33:17 -05:00
inventory Add implicit localhost hostvars note (#61956) 2019-09-16 14:00:29 -04:00
network Docs: User guide overhaul, part 2 (#65474) 2019-12-12 13:35:17 -05:00
plugins Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
porting_guides clc_aa_policy: deprecate unused 'wait' parameter (#64367) 2019-12-20 23:46:53 -05:00
reference_appendices Explanation for "check_mode: no" is confusing (#65777) 2019-12-12 17:04:57 -06:00
roadmap remove toshio as release manager (boohoo) (#64685) 2019-11-12 13:14:09 +00:00
scenario_guides fixed some broken links (#66182) 2020-01-06 10:24:07 -06:00
shared_snippets Clarify how to use the Galaxy token (#65961) 2020-01-07 13:57:47 -06:00
user_guide loop: simplify dict2items example in docs (#66235) 2020-01-07 10:32:46 -05:00
404.rst removes link from 404 content, explains options (#57971) 2019-06-18 09:25:12 -04:00
conf.py docs: update to latest 3 versions (#64109) 2019-10-31 19:32:05 -05:00
index.rst clean up network toc (#65264) 2019-11-25 15:17:49 -06:00