mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -127,7 +127,7 @@ allow_notify_from:
|
|||
notify_action:
|
||||
description: The new DNS Express Notify Action value.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: consume
|
||||
verify_tsig:
|
||||
description: The new DNS Express Verify Notify TSIG value.
|
||||
|
@ -137,7 +137,7 @@ verify_tsig:
|
|||
express_server:
|
||||
description: The new DNS Express Server value.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: server1
|
||||
response_policy:
|
||||
description: The new DNS Express Response Policy value.
|
||||
|
@ -152,7 +152,7 @@ nameservers:
|
|||
tsig_server_key:
|
||||
description: The new TSIG Server Key value.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: /Common/key1
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue