Windows FAQ: fix reference (#56909)
This commit is contained in:
parent
dad62500af
commit
9a563f8947
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ from the SSH implementation; consult the :ref:`windows_winrm` documentation for
|
||||||
more information.
|
more information.
|
||||||
|
|
||||||
Ansible 2.8 has added experimental support for using the SSH connection plugin,
|
Ansible 2.8 has added experimental support for using the SSH connection plugin,
|
||||||
which supports authentication with SSH keys, to connect to Windows servers. See `this question <windows_faq_ssh>`
|
which supports authentication with SSH keys, to connect to Windows servers. See :ref:`this question <windows_faq_ssh>`
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
.. _windows_faq_winrm:
|
.. _windows_faq_winrm:
|
||||||
|
@ -161,7 +161,7 @@ modules will not work. A way to bypass this issue to use
|
||||||
This is useful if during a playbook, an external service needs to be contacted
|
This is useful if during a playbook, an external service needs to be contacted
|
||||||
and there is no equivalent Windows module available.
|
and there is no equivalent Windows module available.
|
||||||
|
|
||||||
.. _winrm_faq_ssh:
|
.. _windows_faq_ssh:
|
||||||
|
|
||||||
Can I connect to Windows hosts over SSH?
|
Can I connect to Windows hosts over SSH?
|
||||||
````````````````````````````````````````
|
````````````````````````````````````````
|
||||||
|
|
Loading…
Reference in a new issue