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

@@ -9,4 +9,4 @@
ipaadmin_password: MyPassword123
name: pinky
preserve: yes
state: disabled
state: absent

View File

@@ -8,4 +8,4 @@
ipauser:
ipaadmin_password: MyPassword123
name: pinky
state: disabled
state: absent

View File

@@ -8,4 +8,4 @@
ipauser:
ipaadmin_password: MyPassword123
name: pinky
state: disabled
state: enabled

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