Files
ansible-freeipa/playbooks/host/host-member-managedby_host-absent.yml
Thomas Woerner ffe8a121dd playbooks, README-host: Change exmaple to example
This changes exmaple to example.
2021-09-29 10:09:43 +02:00

13 lines
259 B
YAML

---
- name: Host member managedby_host absent
hosts: ipaserver
become: true
tasks:
- ipahost:
ipaadmin_password: SomeADMINpassword
name: host01.example.com
managedby_host: server.example.com
action: member
state: absent