Blame playbooks/host/hosts-member-principal-absent.yml

Packit Service 0a38ef
---
Packit Service 0a38ef
- name: Host member principal absent
Packit Service 0a38ef
  hosts: ipaserver
Packit Service 0a38ef
  become: true
Packit Service 0a38ef
Packit Service 0a38ef
  tasks:
Packit Service 0a38ef
  - name: Hosts host01.exmaple.com and host02.exmaple.com member principals host/testhost0X.exmaple.com absent
Packit Service 0a38ef
    ipahost:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      hosts:
Packit Service 0a38ef
      - name: host01.exmaple.com
Packit Service 0a38ef
        principal:
Packit Service 0a38ef
        - host/testhost01.exmaple.com
Packit Service 0a38ef
      - name: host02.exmaple.com
Packit Service 0a38ef
        principal:
Packit Service 0a38ef
        - host/testhost02.exmaple.com
Packit Service 0a38ef
      action: member
Packit Service 0a38ef
      state: absent