ipauser exmaple playbooks: More updates

This commit is contained in:
Thomas Woerner
2019-07-09 11:49:50 +02:00
parent 00862d9709
commit e63b5759b3
4 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
---
- 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