mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
Update README-dnszone.md
Fix indentation in example usage of name_from_ip
This commit is contained in:
committed by
Rafael Guterres Jeffman
parent
af7060d3a9
commit
786c902a3c
@@ -181,7 +181,7 @@ Example playbook to create a zone for reverse DNS lookup, from an IP address, gi
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure zone for reverse DNS lookup is present.
|
- name: Ensure zone for reverse DNS lookup is present.
|
||||||
ipadnszone:
|
ipadnszone:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name_from_ip: 192.168.1.2/24
|
name_from_ip: 192.168.1.2/24
|
||||||
|
|||||||
Reference in New Issue
Block a user