mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
doc notes
This commit is contained in:
parent
c5edaf5e68
commit
7d64ac95df
1 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,7 @@ notes:
|
||||||
- "Amazon ASG Autoscaling Launch Configurations are immutable once created, so modifying the configuration
|
- "Amazon ASG Autoscaling Launch Configurations are immutable once created, so modifying the configuration
|
||||||
after it is changed will not modify the launch configuration on AWS. You must create a new config and assign
|
after it is changed will not modify the launch configuration on AWS. You must create a new config and assign
|
||||||
it to the ASG instead."
|
it to the ASG instead."
|
||||||
|
- encrypted volumes are supported on versions >= 2.4
|
||||||
version_added: "1.6"
|
version_added: "1.6"
|
||||||
author: "Gareth Rushgrove (@garethr)"
|
author: "Gareth Rushgrove (@garethr)"
|
||||||
options:
|
options:
|
||||||
|
@ -128,7 +129,8 @@ requirements:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- ec2_lc:
|
- name: note that encrypted volumes are only supporte in >= Ansible 2.4
|
||||||
|
ec2_lc:
|
||||||
name: special
|
name: special
|
||||||
image_id: ami-XXX
|
image_id: ami-XXX
|
||||||
key_name: default
|
key_name: default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue