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
49afead1
Commit
49afead1
authored
Oct 03, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4356 from sivel/rename-rax-clb-nodes
Rename rax_clb_nodes
parents
bf7247c7
c56659a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CHANGELOG.md
+1
-1
library/cloud/rax_clb
+4
-4
No files found.
CHANGELOG.md
View file @
49afead1
...
...
@@ -14,7 +14,7 @@ Highlighted new features:
New modules:
*
cloud:ec2_eip -- manage AWS elastic IP's
*
cloud:rax_clb
_nodes
-- manage Rackspace cloud load balancers
*
cloud:rax_clb -- manage Rackspace cloud load balancers
*
system: firewalld -- manage the firewalld configuration
*
system: host -- manage
`/etc/hosts`
file entries
*
system: modprobe -- manage kernel modules on systems that support modprobe/rmmod
...
...
library/cloud/rax_clb
_nodes
→
library/cloud/rax_clb
View file @
49afead1
...
...
@@ -16,7 +16,7 @@
DOCUMENTATION
=
'''
---
module: rax_clb
_nodes
module: rax_clb
short_description: add, modify and remove nodes from a Rackspace Cloud Load Balancer
description:
- Adds, modifies and removes nodes from a Rackspace Cloud Load Balancer
...
...
@@ -107,7 +107,7 @@ notes:
EXAMPLES
=
'''
# Add a new node to the load balancer
- local_action:
module: rax_clb
_nodes
module: rax_clb
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
_nodes
module: rax_clb
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
_nodes
module: rax_clb
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