Blob Blame History Raw
---
- name: Playbook to handle users
  hosts: ipaserver
  become: true

  tasks:
  - name: Unlock users pinky and brain
    ipauser:
      ipaadmin_password: MyPassword123
      name: pinky,brain
      state: unlocked