Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
2065253c
Commit
2065253c
authored
Nov 07, 2013
by
Matt Martz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename rax_clb to rax_clb_nodes in docs and examples
parent
9d684c9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
library/cloud/rax_clb_nodes
+3
-3
No files found.
library/cloud/rax_clb_nodes
View file @
2065253c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment