mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 02:40:30 -07:00
linter: role arg_specs dont support removed_in_version and removed_from_collection
This commit is contained in:
parent
f980d4d1e1
commit
0d2624cfff
1 changed files with 0 additions and 4 deletions
|
@ -178,14 +178,10 @@ argument_specs:
|
||||||
default: "localhost"
|
default: "localhost"
|
||||||
description: "URL for the modcluster reverse proxy"
|
description: "URL for the modcluster reverse proxy"
|
||||||
type: "str"
|
type: "str"
|
||||||
removed_in_version: "1.4.0"
|
|
||||||
removed_from_collection: "middleware_automation.keycloak"
|
|
||||||
keycloak_modcluster_port:
|
keycloak_modcluster_port:
|
||||||
default: 6666
|
default: 6666
|
||||||
description: "Port for the modcluster reverse proxy"
|
description: "Port for the modcluster reverse proxy"
|
||||||
type: "int"
|
type: "int"
|
||||||
removed_in_version: "1.4.0"
|
|
||||||
removed_from_collection: "middleware_automation.keycloak"
|
|
||||||
keycloak_modcluster_urls:
|
keycloak_modcluster_urls:
|
||||||
default: "[ { host: 'localhost', port: 6666 } ]"
|
default: "[ { host: 'localhost', port: 6666 } ]"
|
||||||
description: "List of modproxy node URLs in the format { host, port } for the modcluster reverse proxy"
|
description: "List of modproxy node URLs in the format { host, port } for the modcluster reverse proxy"
|
||||||
|
|
Loading…
Add table
Reference in a new issue