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 39cfb63be6
Allow no_log=False to silence the no_log warnings for module parameters (#64733) (#67439)
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
(cherry picked from commit 3ca4580cb4)
6 years ago
..
api link from API stub page to module_utils page (#49831) 7 years ago
community Backport of 67645 docs/docsite/rst/: fix typos (#67649) 6 years ago
dev_guide Allow no_log=False to silence the no_log warnings for module parameters (#64733) (#67439) 6 years ago
galaxy Backport of 67645 docs/docsite/rst/: fix typos (#67649) 6 years ago
images Adds custom 404 with cowsay image (#57422) 7 years ago
installation_guide [backport][2.9]Add note that devel branch should not be used in real environments (#… (#67494) 6 years ago
inventory Add implicit localhost hostvars note (#61956) 6 years ago
network Document network resource modules (#66226) (#67053) 6 years ago
plugins Backport of 67645 docs/docsite/rst/: fix typos (#67649) 6 years ago
porting_guides add details on network gather facts improvements (#66220) 6 years ago
reference_appendices Backport of 67645 docs/docsite/rst/: fix typos (#67649) 6 years ago
roadmap remove toshio as release manager (boohoo) (#64685) (#64740) 6 years ago
scenario_guides Backport of 67645 docs/docsite/rst/: fix typos (#67649) 6 years ago
shared_snippets [stable-2.9] Update example requirements file docs (#67626) (#67714) 6 years ago
user_guide [2.9] Backport /docs/docsite/rst: fix typos (#67650) 6 years ago
404.rst removes link from 404 content, explains options (#57971) 7 years ago
conf.py Trim down to one Ansible search option (#66284) (#66664) 6 years ago
index.rst Backport/2.9/docs (#64073) 6 years ago