mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 18:55:53 +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.
13 lines
302 B
YAML
13 lines
302 B
YAML
---
|
|
- name: Playbook to with invalid IPs in allow_transfer.
|
|
hosts: ipaserver
|
|
become: true
|
|
|
|
tasks:
|
|
- name: Test adding a DNS zone with an invalid forwarder
|
|
ipadnszone:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name: invalidzone.test
|
|
forwarders:
|
|
- ip_address: in.va.li.d
|