Blame playbooks/host/disable-host.yml

Packit 8cb997
---
Packit 8cb997
- name: Playbook to handle hosts
Packit 8cb997
  hosts: ipaserver
Packit 8cb997
  become: true
Packit 8cb997
Packit 8cb997
  tasks:
Packit 8cb997
  - name: Disable host host01.example.com
Packit 8cb997
    ipahost:
Packit 8cb997
      ipaadmin_password: MyPassword123
Packit 8cb997
      name: host01.example.com
Packit 8cb997
      state: disabled