Add seealso section to Windows and related modules (#49845)

* Add seealso section to Windows and related modules

* Fixes after review
This commit is contained in:
Dag Wieers 2018-12-15 03:23:59 +01:00 committed by GitHub
commit 26474c6902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
105 changed files with 479 additions and 129 deletions

View file

@ -32,8 +32,6 @@ options:
description:
- UDP port to use for magic Wake-on-LAN packet.
default: 7
author:
- Dag Wieers (@dagwieers)
todo:
- Add arping support to check whether the system is up (before and after)
- Enable check-mode support (when we have arping support)
@ -42,6 +40,10 @@ notes:
- This module sends a magic packet, without knowing whether it worked
- Only works if the target system was properly configured for Wake-on-LAN (in the BIOS and/or the OS)
- Some BIOSes have a different (configurable) Wake-on-LAN boot order (i.e. PXE first).
seealso:
- module: win_wakeonlan
author:
- Dag Wieers (@dagwieers)
'''
EXAMPLES = r'''