diff options
Diffstat (limited to 'examples/winremote_detect.yaml')
| -rw-r--r-- | examples/winremote_detect.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/winremote_detect.yaml b/examples/winremote_detect.yaml new file mode 100644 index 0000000..4eca690 --- /dev/null +++ b/examples/winremote_detect.yaml @@ -0,0 +1,8 @@ +tasks: + - name: Detectar protocolos remotos en equipo Windows + module: winremote_detect + args: + ssh_port: 22 + winrm_port: 5985 + + |
