Blame playbooks/topology/verify-topologysuffix.yml

Packit Service 0a38ef
---
Packit Service 0a38ef
- name: Playbook to handle topologysuffix
Packit Service 0a38ef
  hosts: ipaserver
Packit Service 0a38ef
  become: true
Packit Service 0a38ef
Packit Service 0a38ef
  tasks:
Packit Service 0a38ef
  - name: Verify topology suffix
Packit Service 0a38ef
    ipatopologysuffix:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      suffix: domain
Packit Service 0a38ef
      state: verified