Files
ansible-freeipa/playbooks/host/host-member-managedby_host-present.yml
Rafael Guterres Jeffman 880e7ccf08 Fix host's module managedby_host playbooks.
The host's module example playbooks had syntax errors that prevented
its execution. The tasks were described as dicts rather than lists.
2020-08-28 15:47:07 -03:00

12 lines
240 B
YAML

---
- name: Host member managedby_host present
hosts: ipaserver
become: true
tasks:
- ipahost:
ipaadmin_password: SomeADMINpassword
name: host01.exmaple.com
managedby_host: server.exmaple.com
action: member