From 533e79ba959143f0459431a486bfb85c56c72ddc Mon Sep 17 00:00:00 2001 From: luisgulo Date: Fri, 24 Oct 2025 18:01:10 +0200 Subject: Releasing code version 1.8.0 --- examples/winremote_detect.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/winremote_detect.yaml (limited to 'examples/winremote_detect.yaml') 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 + + -- cgit v1.2.3