Files
ansible-freeipa/tests/pytests/dnszone/playbooks/dnszone_name_from_ip.yaml
Rafael Guterres Jeffman e7d354c2d4 Fix ansible-lint E502 for test playbooks.
This patch adds 'name' to all test playbook tasks that did not
have it, fixing ansible-lint's error 'unnamed-task'.
2021-09-29 15:49:00 -03:00

10 lines
260 B
YAML

---
- 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