From bfe34224605c4f9bb65d9d71c9ca3e4192049127 Mon Sep 17 00:00:00 2001 From: rpwolff Date: Fri, 16 Jun 2023 20:45:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ewindowssample.yml=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windowssample.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/windowssample.yml b/windowssample.yml index b747a94..2017834 100644 --- a/windowssample.yml +++ b/windowssample.yml @@ -1,13 +1,5 @@ --- -- hosts: mws_win - vars: - ansible_user: "Administrator" - ansible_password: "Edv#Mws" - ansible_connection: "ssh" - ansible_shell_type: "cmd" - ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" - ansible_ssh_retries: 3 - +- hosts: mws_win tasks: - name: Install all updates and reboot as many times as needed ansible.windows.win_updates: