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

12 lines
234 B
YAML

---
- name: Host present with managedby_host
hosts: ipaserver
become: true
tasks:
- ipahost:
ipaadmin_password: SomeADMINpassword
name: host01.example.com
managedby_host: server.example.com
force: yes