|
|
|
@ -20,7 +20,7 @@ module: ec2_lc_facts
|
|
|
|
short_description: Gather facts about AWS Autoscaling Launch Configurations
|
|
|
|
short_description: Gather facts about AWS Autoscaling Launch Configurations
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Gather facts about AWS Autoscaling Launch Configurations
|
|
|
|
- Gather facts about AWS Autoscaling Launch Configurations
|
|
|
|
version_added: "2.2"
|
|
|
|
version_added: "2.3"
|
|
|
|
author: "Loïc Latreille (@psykotox)"
|
|
|
|
author: "Loïc Latreille (@psykotox)"
|
|
|
|
requirements: [ boto3 ]
|
|
|
|
requirements: [ boto3 ]
|
|
|
|
options:
|
|
|
|
options:
|
|
|
|
@ -136,7 +136,7 @@ security_groups:
|
|
|
|
description: Security groups to associated
|
|
|
|
description: Security groups to associated
|
|
|
|
type: list
|
|
|
|
type: list
|
|
|
|
sample: "[
|
|
|
|
sample: "[
|
|
|
|
'web'
|
|
|
|
'web'
|
|
|
|
]"
|
|
|
|
]"
|
|
|
|
user_data:
|
|
|
|
user_data:
|
|
|
|
description: User data available
|
|
|
|
description: User data available
|
|
|
|
|