mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
add notes about new AWS modules.
This commit is contained in:
parent
5a5a9574e6
commit
a5bdf621cf
2 changed files with 4 additions and 2 deletions
|
@ -28,6 +28,8 @@ New Modules:
|
||||||
* cloud: digital_ocean_sshkey
|
* cloud: digital_ocean_sshkey
|
||||||
* cloud: rax_identity
|
* cloud: rax_identity
|
||||||
* cloud: ec2_asg (configure autoscaling groups)
|
* cloud: ec2_asg (configure autoscaling groups)
|
||||||
|
* cloud: ec2_scaling_policy
|
||||||
|
* cloud: ec2_metricalarm
|
||||||
|
|
||||||
Other notable changes:
|
Other notable changes:
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
|
|
||||||
---
|
---
|
||||||
module: ec2_metricalarm
|
module: ec2_metric_alarm
|
||||||
short_description: Create/update or delete AWS Cloudwatch 'metric alarms'
|
short_description: Create/update or delete AWS Cloudwatch 'metric alarms'
|
||||||
description:
|
description:
|
||||||
- Can create or delete AWS metric alarms
|
- Can create or delete AWS metric alarms
|
||||||
|
@ -99,7 +99,7 @@ options:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: create alarm
|
- name: create alarm
|
||||||
ec2_metricalarm:
|
ec2_metric_alarm:
|
||||||
state: present
|
state: present
|
||||||
region: ap-southeast-2
|
region: ap-southeast-2
|
||||||
name: "cpu-low"
|
name: "cpu-low"
|
Loading…
Add table
Add a link
Reference in a new issue