mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 14:23:11 +00:00
The pytest .yaml files have been rename to .yml to enable build-galaxy-release to fix the prefix of the ansible-freeipa modules.
11 lines
231 B
YAML
11 lines
231 B
YAML
---
|
|
- name: Playbook to ensure the DNS zones disabled.
|
|
hosts: ipaserver
|
|
|
|
tasks:
|
|
- name: Ensure DNS zone is disabled
|
|
ipadnszone:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: 26testzone.test
|
|
state: disabled
|