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
49d0ad06
Commit
49d0ad06
authored
Apr 04, 2014
by
Atlas Health
Committed by
Michael DeHaan
Apr 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added example
parent
4258eb6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
library/cloud/ec2_snapshot
+10
-1
No files found.
library/cloud/ec2_snapshot
View file @
49d0ad06
...
...
@@ -68,7 +68,7 @@ options:
version_added: "1.6"
snapshot_tags:
description:
- a hash/dictionary of tags to add to the snapshot
; '{"key":"value"}' and '{"key":"value","key":"value"}'
- a hash/dictionary of tags to add to the snapshot
required: false
default: null
aliases: []
...
...
@@ -91,6 +91,15 @@ EXAMPLES = '''
instance_id: i-12345678
device_name: /dev/sdb1
description: snapshot of /data from DB123 taken 2013/11/28 12:18:32
# Snapshot of volume with tagging
- local_action:
module: ec2_snapshot
instance_id: i-12345678
device_name: /dev/sdb1
snapshot_tags:
frequency: hourly
source: /data
'''
import
sys
...
...
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