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
07c76d7e
Commit
07c76d7e
authored
11 years ago
by
Matt Martz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update rax module DOCUMENTATION with new auth options
parent
ac666e63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
13 deletions
+43
-13
library/cloud/rax
+43
-13
No files found.
library/cloud/rax
View file @
07c76d7e
...
@@ -26,6 +26,49 @@ options:
...
@@ -26,6 +26,49 @@ options:
api_key:
api_key:
description:
description:
- Rackspace API key (overrides I(credentials))
- Rackspace API key (overrides I(credentials))
aliases:
- password
auth_endpoint:
description:
- The URI of the authentication service
default: https://identity.api.rackspacecloud.com/v2.0/
version_added: 1.5
credentials:
description:
- File to find the Rackspace credentials in (ignored if I(api_key) and
I(username) are provided)
default: null
aliases:
- creds_file
env:
description:
- Environment as configured in ~/.pyrax.cfg,
see U(https://github.com/rackspace/pyrax/blob/master/docs/getting_started.md#pyrax-configuration)
version_added: 1.5
identity_type:
description:
- Authentication machanism to use, such as rackspace or keystone
default: rackspace
version_added: 1.5
region:
description:
- Region to create an instance in
default: DFW
tenant_id:
description:
- The tenant ID used for authentication
version_added: 1.5
tenant_name:
description:
- The tenant name used for authentication
version_added: 1.5
username:
description:
- Rackspace username (overrides I(credentials))
verify_ssl:
description:
- Whether or not to require SSL validation of API endpoints
version_added: 1.5
auto_increment:
auto_increment:
description:
description:
- Whether or not to increment a single number with the name of the
- Whether or not to increment a single number with the name of the
...
@@ -43,12 +86,6 @@ options:
...
@@ -43,12 +86,6 @@ options:
- number count to start at
- number count to start at
default: 1
default: 1
version_added: 1.4
version_added: 1.4
credentials:
description:
- File to find the Rackspace credentials in (ignored if I(api_key) and
I(username) are provided)
default: null
aliases: ['creds_file']
disk_config:
disk_config:
description:
description:
- Disk partitioning strategy
- Disk partitioning strategy
...
@@ -103,18 +140,11 @@ options:
...
@@ -103,18 +140,11 @@ options:
or C(label).
or C(label).
default: ['public', 'private']
default: ['public', 'private']
version_added: 1.4
version_added: 1.4
region:
description:
- Region to create an instance in
default: DFW
state:
state:
description:
description:
- Indicate desired state of the resource
- Indicate desired state of the resource
choices: ['present', 'absent']
choices: ['present', 'absent']
default: present
default: present
username:
description:
- Rackspace username (overrides I(credentials))
wait:
wait:
description:
description:
- wait for the instance to be in state 'running' before returning
- wait for the instance to be in state 'running' before returning
...
...
This diff is collapsed.
Click to expand it.
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