Windows updates are as easy to automate with Ansible Tower as… well, everything else on Windows.

Check out the 3-minute video above to see what we mean!

Main demo playbook code:

---
- name: Install Windows Updates
  hosts: all
  gather_facts: false
  tasks:
  - name: Install all security updates with automatic reboots
    win_updates:
      category_names:
      - SecurityUpdates
      reboot: yes

And you can download a free, 60-day evaluation of Ansible Tower via Red Hat’s site today:

https://www.redhat.com/en/technologies/management/ansible/try-it?sc_cid=7013a000002DffaAAC

Spread the word. Share this post!