Files
ansible-freeipa/tests/dnszone/env_cleanup.yml
Sergio Oliveira Campos d69eb94d90 Reorg tests setup and add teardown/cleanup
Perform clean up at the end of the tests. Also reorganized
setup/teardown in env_* files in a similar way proposed in dnsrecord
module.
2020-08-21 11:18:06 -03:00

14 lines
358 B
YAML

---
- name: Ensure zone is absent.
ipadnszone:
ipaadmin_password: SomeADMINpassword
name:
- testzone.local
- test1.testzone.local
- test2.testzone.local
- test3.testzone.local
- 2.0.192.in-addr.arpa.
- 0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.f.ip6.arpa.
- 1.0.0.0.e.f.a.c.8.b.d.0.1.0.0.2.ip6.arpa.
state: absent