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
46e9c287
Commit
46e9c287
authored
Aug 08, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation builds.
parent
5deaeb3b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
library/cloud/rax_cdb_database
+5
-4
library/files/unarchive
+1
-2
library/system/getent
+1
-2
No files found.
library/cloud/rax_cdb_database
View file @
46e9c287
...
...
@@ -15,12 +15,12 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
DOCUMENTATION
=
'''
---
module: rax_cdb_database
short_description:
create / delete a database in the Cloud Databases
short_description:
'create / delete a database in the Cloud Databases'
description:
- create / delete a database in the Cloud Databases.
version_added: "1.88888888ns:
version_added: "1.8"
options:
api_key:
description:
- Rackspace API key (overrides I(credentials))
...
...
@@ -61,7 +61,8 @@ version_added: "1.88888888ns:
- Indicate desired state of the resource
choices: ['present', 'absent']
default: present
requirements: [ "pyrax" ]
requirements:
- "pyrax"
author: Simon JAILLET
notes:
- The following environment variables can be used, C(RAX_USERNAME),
...
...
library/files/unarchive
View file @
46e9c287
...
...
@@ -39,8 +39,7 @@ options:
default: null
copy:
description:
- If set to yes/true (default), the file is copied from the 'master' to the target machine,
if set to no/false, the plugin will look for src archive at the target machine.
- "if true, the file is copied from the 'master' to the target machine, otherwise, the plugin will look for src archive at the target machine."
required: false
choices: [ "yes", "no" ]
default: "yes"
...
...
library/system/getent
View file @
46e9c287
...
...
@@ -44,8 +44,7 @@ options:
required: False
default: None
description:
- character used to override the split the database values into lists/arrays,
i.e ':' or '
\t
'. Otherwise split tries to be 'smart' depending on DB.
- "character used to split the database values into lists/arrays such as ':' or '
\t
', otherwise it will try to pick one depending on the database"
fail_key:
required: False
default: True
...
...
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