Skip to content
Snippets Groups Projects
Commit e63b5759 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipauser exmaple playbooks: More updates

parent 00862d97
Branches
Tags
No related merge requests found
......@@ -9,4 +9,4 @@
ipaadmin_password: MyPassword123
name: pinky
preserve: yes
state: disabled
state: absent
......@@ -8,4 +8,4 @@
ipauser:
ipaadmin_password: MyPassword123
name: pinky
state: disabled
state: absent
......@@ -8,4 +8,4 @@
ipauser:
ipaadmin_password: MyPassword123
name: pinky
state: disabled
state: enabled
---
- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment