Blame playbooks/host/host-present-with-managedby_host.yml

Packit 8cb997
---
Packit 8cb997
- name: Host present with managedby_host
Packit 8cb997
  hosts: ipaserver
Packit 8cb997
  become: true
Packit 8cb997
Packit 8cb997
  tasks:
Packit 8cb997
    ipahost:
Packit 8cb997
      ipaadmin_password: MyPassword123
Packit 8cb997
      name: host01.exmaple.com
Packit 8cb997
      managedby_host: server.exmaple.com
Packit 8cb997
      force: yes