From 45b6e63a532311e34adaab4a6cce72b05e6d42ce Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 16 Nov 2023 12:11:50 +0100 Subject: [PATCH] edit1 --- .vscode/settings.json | 3 ++- shutdown_windows.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d672852..40b54e4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "file:///home/alex/git/ansible/shutdown_windows.yml", "file:///home/alex/ansible/ansible/shutdown_windows.yml" ] - } + }, + "ansible.lightspeed.enabled": true } \ No newline at end of file diff --git a/shutdown_windows.yml b/shutdown_windows.yml index 5e9e8dd..5d64e8b 100644 --- a/shutdown_windows.yml +++ b/shutdown_windows.yml @@ -1,4 +1,8 @@ --- + +#create a playbook that findes the windows server "homeserver" and makes it shutdown + + - name: Shutdown Windows Servers hosts: windows become: true