mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Update README-dnszone.md
Fix indentation in example usage of name_from_ip
This commit is contained in:
@@ -181,7 +181,7 @@ Example playbook to create a zone for reverse DNS lookup, from an IP address, gi
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Ensure zone for reverse DNS lookup is present.
|
||||
- name: Ensure zone for reverse DNS lookup is present.
|
||||
ipadnszone:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name_from_ip: 192.168.1.2/24
|
||||
|
||||
Reference in New Issue
Block a user