mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
E501 fixes (#22879)
This commit is contained in:
parent
4fdeade389
commit
3164e8b561
215 changed files with 1328 additions and 761 deletions
|
@ -65,7 +65,18 @@ options:
|
|||
required: false
|
||||
default: round-robin
|
||||
aliases: ['method']
|
||||
choices: ['round-robin', 'weighted-rr', 'least-connection', 'weighted-least-connection', 'service-least-connection', 'service-weighted-least-connection', 'fastest-response', 'least-request', 'round-robin-strict', 'src-ip-only-hash', 'src-ip-hash']
|
||||
choices:
|
||||
- 'round-robin'
|
||||
- 'weighted-rr'
|
||||
- 'least-connection'
|
||||
- 'weighted-least-connection'
|
||||
- 'service-least-connection'
|
||||
- 'service-weighted-least-connection'
|
||||
- 'fastest-response'
|
||||
- 'least-request'
|
||||
- 'round-robin-strict'
|
||||
- 'src-ip-only-hash'
|
||||
- 'src-ip-hash'
|
||||
servers:
|
||||
description:
|
||||
- A list of servers to add to the service group. Each list item should be a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue