mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 21:42:17 +00:00
17 lines
268 B
YAML
17 lines
268 B
YAML
---
|
|
- name: Tests
|
|
hosts: ipaserver
|
|
become: true
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
- ipavault:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: keychain
|
|
username: admin
|
|
state: absent
|
|
action: member
|
|
users:
|
|
- user01
|
|
- user02
|