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_check_test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/winremote_check_test.yaml (limited to 'examples/winremote_check_test.yaml') diff --git a/examples/winremote_check_test.yaml b/examples/winremote_check_test.yaml new file mode 100644 index 0000000..518e73d --- /dev/null +++ b/examples/winremote_check_test.yaml @@ -0,0 +1,11 @@ +# Playbook: winremote_check_test.yml +# Descripción: Verifica acceso remoto a un equipo Windows mediante SSH y ejecución de PowerShell +# Autor: Luis GuLo + +tasks: + - name: Verificar acceso remoto a Windows + module: winremote_check + args: + winuser: guillermo + winpassword: "{{ vault('winpass') }}" + port: 2222 -- cgit v1.2.3