Documented disadvantages of using default zabbix password for all zab… (#60639)
* Update lib/ansible/plugins/doc_fragments/zabbix.py
This commit is contained in:
parent
477b34c440
commit
df9b4faa9f
1 changed files with 3 additions and 0 deletions
|
@ -48,4 +48,7 @@ options:
|
|||
type: bool
|
||||
default: yes
|
||||
version_added: "2.5"
|
||||
notes:
|
||||
- If you use I(login_password=zabbix), the word "zabbix" is replaced by "********" in all module output, because I(login_password) uses C(no_log).
|
||||
See L(this FAQ,https://docs.ansible.com/ansible/latest/network/user_guide/faq.html#why-is-my-output-sometimes-replaced-with) for more information.
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue