Windows Automation is a key use case for Red Hat Ansible Tower, which makes routine tasks like managing local users straightforward, consistent, and FAST.

Main demo playbook code:

---
- name: Add a user
  hosts: all
  gather_facts: false
  tasks:
    - name: Add ansible-demo user
      win_user:
        name: ansible-demo
        password: "Itsnosecr3t"
        state: present

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!