Files
ansible-freeipa/playbooks/trust/del-trust.yml

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