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
a5bdf621
Commit
a5bdf621
authored
Mar 19, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add notes about new AWS modules.
parent
5a5a9574
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.md
+2
-0
library/cloud/ec2_metric_alarm
+2
-2
No files found.
CHANGELOG.md
View file @
a5bdf621
...
...
@@ -28,6 +28,8 @@ New Modules:
*
cloud: digital_ocean_sshkey
*
cloud: rax_identity
*
cloud: ec2_asg (configure autoscaling groups)
*
cloud: ec2_scaling_policy
*
cloud: ec2_metricalarm
Other notable changes:
...
...
library/cloud/ec2_metricalarm
→
library/cloud/ec2_metric
_
alarm
View file @
a5bdf621
...
...
@@ -17,7 +17,7 @@
DOCUMENTATION
=
"""
---
module: ec2_metricalarm
module: ec2_metric
_
alarm
short_description: Create/update or delete AWS Cloudwatch 'metric alarms'
description:
- Can create or delete AWS metric alarms
...
...
@@ -99,7 +99,7 @@ options:
EXAMPLES
=
'''
- name: create alarm
ec2_metricalarm:
ec2_metric
_
alarm:
state: present
region: ap-southeast-2
name: "cpu-low"
...
...
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