summaryrefslogtreecommitdiff
path: root/examples/winremote_check_test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/winremote_check_test.yaml')
-rw-r--r--examples/winremote_check_test.yaml11
1 files changed, 11 insertions, 0 deletions
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