Document usage of name_from_ip.

Since `name_from_ip` has a similar, but not equal, behavior to `name`,
and as the inferred DNS zone might depend on DNS configuration and
can be different than the user expects, it has some limited usage,
and the user must be aware of its effects.

This change to the documentation enhance the documentation including
more details on the attribute usage.
This commit is contained in:
Rafael Guterres Jeffman
2020-08-17 15:52:38 -03:00
parent 41e8226d0c
commit 46bbc7bbd7
2 changed files with 44 additions and 2 deletions

View File

@@ -44,7 +44,9 @@ options:
type: list
alises: ["zone_name"]
name_from_ip:
description: Derive zone name from reverse of IP (PTR).
description: |
Derive zone name from reverse of IP (PTR).
Can only be used with `state: present`.
required: false
type: str
forwarders: