mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
12 lines
232 B
YAML
12 lines
232 B
YAML
---
|
|
- name: Playbook to delete trust
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Ensure the trust is absent
|
|
ipatrust:
|
|
ipaadmin_password: SomeADMINpassword
|
|
realm: windows.local
|
|
state: absent
|