mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 23:39:09 -07:00
Fix more docs errors. (#39051)
* Fix remaining unknown-document docs errors. * Fix last toc-tree-missing-document docs error.
This commit is contained in:
parent
dbd0272f2e
commit
9e8889bb70
7 changed files with 6 additions and 8 deletions
|
@ -16,7 +16,7 @@ Example Callback Plugins
|
|||
The :doc:`_plays <callback/log_plays>` callback is an example of how to record playbook events to a log file,
|
||||
and the :doc:`mail <callback/mail>` callback sends email on playbook failures.
|
||||
|
||||
The :doc:`osx_say <callback/oxs_say>` callback responds with computer synthesized speech on OS X in relation to playbook events.
|
||||
The :doc:`osx_say <callback/osx_say>` callback responds with computer synthesized speech on OS X in relation to playbook events.
|
||||
|
||||
|
||||
.. _enabling_callbacks:
|
||||
|
|
|
@ -43,7 +43,7 @@ Plugins are self-documenting. Each plugin should document its configuration opti
|
|||
:ref:`ansible_host<ansible_host>`
|
||||
The name of the host to connect to, if different from the :ref:`inventory hostname<inventory_hostname>`.
|
||||
:ref:`ansible_port<ansible_port>`
|
||||
The ssh port number, for :doc:`ssh <connection/ssh>` and :doc:`paramiko <connection/paramiko>` it defaults to 22.
|
||||
The ssh port number, for :doc:`ssh <connection/ssh>` and :doc:`paramiko_ssh <connection/paramiko_ssh>` it defaults to 22.
|
||||
:ref:`ansible_user<ansible_user>`
|
||||
The default user name to use for log in. Most plugins default to the 'current user running Ansible'.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue