-
Notifications
You must be signed in to change notification settings - Fork 0
/
amazon.aws.ec2_ami_info.sublime-snippet
26 lines (26 loc) · 1.34 KB
/
amazon.aws.ec2_ami_info.sublime-snippet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<snippet>
<content><![CDATA[- name: ${1:Gather information about ec2 AMIs}
amazon.aws.ec2_ami_info:
access_key: ${2:# AWS access key ID}
aws_ca_bundle: ${3:# The location of a CA Bundle to use when validating SSL certificates}
aws_config: ${4:# A dictionary to modify the botocore configuration}
debug_botocore_endpoint_logs: ${5:# Use a C(botocore}
describe_image_attributes: ${6:# Describe attributes (like launchPermission) of the images found}
endpoint_url: ${7:# URL to connect to instead of the default AWS endpoints}
executable_users: ${8:# Filter images by users with explicit launch permissions}
filters: ${9:# A dict of filters to apply}
image_ids: ${10:# One or more image IDs}
owners: ${11:# Filter the images by the owner}
profile: ${12:# A named AWS profile to use for authentication}
region: ${13:# The AWS region to use}
secret_key: ${14:# AWS secret access key}
session_token: ${15:# AWS STS session token for use with temporary credentials}
validate_certs: ${16:# When set to C(false), SSL certificates will not be validated for communication with the AWS APIs}
tags:
- amazon
- aws
- ec2_ami_info]]></content>
<tabTrigger>amazon.aws.ec2_ami_info</tabTrigger>
<scope>source.yaml,source.ansible</scope>
<description>Gather information about ec2 AMIs</description>
</snippet>