Blame playbooks/dnszone/dnszone-disable.yml

Packit Service 0a38ef
---
Packit Service 0a38ef
- name: Playbook to disable DNS zone
Packit Service 0a38ef
  hosts: ipaserver
Packit Service 0a38ef
  become: true
Packit Service 0a38ef
Packit Service 0a38ef
  tasks:
Packit Service 0a38ef
  - name: Disable zone.
Packit Service 0a38ef
    ipadnszone:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: testzone.local
Packit Service 0a38ef
      state: disabled