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
f18db0dd
Commit
f18db0dd
authored
Feb 12, 2014
by
Paul Durivage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc updates
parent
4cd40324
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
library/cloud/rax_files
+2
-2
library/cloud/rax_files_objects
+1
-1
No files found.
library/cloud/rax_files
View file @
f18db0dd
...
@@ -104,7 +104,7 @@ EXAMPLES = '''
...
@@ -104,7 +104,7 @@ EXAMPLES = '''
container: mycontainer2
container: mycontainer2
meta:
meta:
key: value
key: value
file_for:
paul.durivage@rackspac
e.com
file_for:
someuser@exampl
e.com
- name: "Set a container's web index page"
- name: "Set a container's web index page"
rax_files: container=mycontainer web_index=index.html
rax_files: container=mycontainer web_index=index.html
...
@@ -135,7 +135,7 @@ EXAMPLES = '''
...
@@ -135,7 +135,7 @@ EXAMPLES = '''
container: mycontainer2
container: mycontainer2
type: meta
type: meta
meta:
meta:
uploaded_by:
paul.durivage@rackspac
e.com
uploaded_by:
someuser@exampl
e.com
- name: "Remove mycontainer2 metadata"
- name: "Remove mycontainer2 metadata"
rax_files:
rax_files:
...
...
library/cloud/rax_files_objects
View file @
f18db0dd
...
@@ -140,7 +140,7 @@ EXAMPLES = '''
...
@@ -140,7 +140,7 @@ EXAMPLES = '''
method: put
method: put
meta:
meta:
testkey: testdata
testkey: testdata
who_uploaded_this:
paul.durivage@rackspac
e.com
who_uploaded_this:
someuser@exampl
e.com
- name: "Upload one file to test container with TTL of 60 seconds"
- name: "Upload one file to test container with TTL of 60 seconds"
rax_files_objects: container=testcont method=put src=~/Downloads/testcont/file3 expires=60
rax_files_objects: container=testcont method=put src=~/Downloads/testcont/file3 expires=60
...
...
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