-
Notifications
You must be signed in to change notification settings - Fork 0
/
amazon.aws.ec2_key_info.sublime-snippet
25 lines (25 loc) · 1.26 KB
/
amazon.aws.ec2_key_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
<snippet>
<content><![CDATA[- name: ${1:Gather information about EC2 key pairs in AWS}
amazon.aws.ec2_key_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}
endpoint_url: ${6:# URL to connect to instead of the default AWS endpoints}
filters: ${7:# A dict of filters to apply}
ids: ${8:# The IDs of the key pairs}
include_public_key: ${9:# Whether or not to include the public key material in the response}
names: ${10:# The key pair names}
profile: ${11:# A named AWS profile to use for authentication}
region: ${12:# The AWS region to use}
secret_key: ${13:# AWS secret access key}
session_token: ${14:# AWS STS session token for use with temporary credentials}
validate_certs: ${15:# When set to C(false), SSL certificates will not be validated for communication with the AWS APIs}
tags:
- amazon
- aws
- ec2_key_info]]></content>
<tabTrigger>amazon.aws.ec2_key_info</tabTrigger>
<scope>source.yaml,source.ansible</scope>
<description>Gather information about EC2 key pairs in AWS</description>
</snippet>