mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Rename rax_clb to rax_clb_nodes in docs and examples
This commit is contained in:
parent
9d684c9e8e
commit
2065253c3e
1 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ notes:
|
|||
EXAMPLES = '''
|
||||
# Add a new node to the load balancer
|
||||
- local_action:
|
||||
module: rax_clb
|
||||
module: rax_clb_nodes
|
||||
load_balancer_id: 71
|
||||
address: 10.2.2.3
|
||||
port: 80
|
||||
|
@ -118,7 +118,7 @@ EXAMPLES = '''
|
|||
|
||||
# Drain connections from a node
|
||||
- local_action:
|
||||
module: rax_clb
|
||||
module: rax_clb_nodes
|
||||
load_balancer_id: 71
|
||||
node_id: 410
|
||||
condition: draining
|
||||
|
@ -127,7 +127,7 @@ EXAMPLES = '''
|
|||
|
||||
# Remove a node from the load balancer
|
||||
- local_action:
|
||||
module: rax_clb
|
||||
module: rax_clb_nodes
|
||||
load_balancer_id: 71
|
||||
node_id: 410
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue