repo migration

This commit is contained in:
2025-05-13 08:39:58 -04:00
commit a596274ca6
9 changed files with 184 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
- hosts: windowshosts
tasks:
- name: Install all updates and reboot as many times as needed
ansible.windows.win_updates:
category_names: '*'
reboot: yes
# Optionally, you can increase the reboot_timeout to survive long updates during reboot
- name: Ensure we wait long enough for the updates to be applied during reboot
ansible.windows.win_updates:
reboot: yes
reboot_timeout: 600