mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 19:25:54 +00:00
Use yml extension for pytest tests
The pytest .yaml files have been rename to .yml to enable build-galaxy-release to fix the prefix of the ansible-freeipa modules.
This commit is contained in:
9
tests/pytests/dnszone/playbooks/dnszone_name_from_ip.yml
Normal file
9
tests/pytests/dnszone/playbooks/dnszone_name_from_ip.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Playbook to ensure reverse zone is added by the IP..
|
||||
hosts: ipaserver
|
||||
|
||||
tasks:
|
||||
- name: Ensure a reverse DNS Zone with name inferred form an IP address
|
||||
ipadnszone:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name_from_ip: 192.8.2.0/22
|
||||
Reference in New Issue
Block a user