mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
(cherry picked from commit 3a08903e1c
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
eb1f0c28a9
commit
43dc6ba533
51 changed files with 177 additions and 177 deletions
|
@ -64,7 +64,7 @@ options:
|
|||
- Type of node
|
||||
wait:
|
||||
required: false
|
||||
default: "no"
|
||||
default: false
|
||||
type: bool
|
||||
description:
|
||||
- Wait for the load balancer to become active before returning
|
||||
|
@ -99,7 +99,7 @@ EXAMPLES = '''
|
|||
port: 80
|
||||
condition: enabled
|
||||
type: primary
|
||||
wait: yes
|
||||
wait: true
|
||||
credentials: /path/to/credentials
|
||||
|
||||
- name: Drain connections from a node
|
||||
|
@ -108,7 +108,7 @@ EXAMPLES = '''
|
|||
load_balancer_id: 71
|
||||
node_id: 410
|
||||
condition: draining
|
||||
wait: yes
|
||||
wait: true
|
||||
credentials: /path/to/credentials
|
||||
|
||||
- name: Remove a node from the load balancer
|
||||
|
@ -117,7 +117,7 @@ EXAMPLES = '''
|
|||
load_balancer_id: 71
|
||||
node_id: 410
|
||||
state: absent
|
||||
wait: yes
|
||||
wait: true
|
||||
credentials: /path/to/credentials
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue