add auth realm to arg spec
This commit is contained in:
parent
dded3a13b4
commit
f8f5563ca3
@ -40,6 +40,12 @@ argument_specs:
|
|||||||
default: ansible
|
default: ansible
|
||||||
description: The user-name of the account that will get an API token
|
description: The user-name of the account that will get an API token
|
||||||
|
|
||||||
|
api_auth_realm:
|
||||||
|
type: str
|
||||||
|
required: false
|
||||||
|
default: pve
|
||||||
|
description: The authentication backend provider
|
||||||
|
|
||||||
api_object_path:
|
api_object_path:
|
||||||
type: str
|
type: str
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user