Created
June 5, 2018 13:53
-
-
Save Ladas/fdde019d1a7843aabc15d1ceed7a9fbe to your computer and use it in GitHub Desktop.
extra_vars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
count: '2' | |
image_uuid: ami-a4dc46db | |
instance_indexed_tags: |- | |
Name: ladas_ansible_test_2 | |
TestTag: test2 | |
TestTag2: test2 | |
instance_name: ladas_ansible_test_2 | |
instance_tags: |- | |
Name: ladas_ansible_test_2 | |
TestTag: test2 | |
instance_type: t2.nano | |
key_pair: ladas_ansible | |
region: us-east-1 | |
security_group_description: ladas_ansible_test_1_sc_description | |
security_group_id: '' | |
security_group_name: ladas_ansible_test_1_sc_name | |
security_group_rules: |- | |
- proto: tcp | |
from_port: 22 | |
to_port: 22 | |
cidr_ip: 0.0.0.0/0 | |
- proto: tcp | |
from_port: 80 | |
to_port: 80 | |
cidr_ip: 0.0.0.0/0 | |
- proto: tcp | |
from_port: 443 | |
to_port: 443 | |
cidr_ip: 0.0.0.0/0 | |
security_group_rules_egress: |- | |
- proto: all | |
cidr_ip: 0.0.0.0/0 | |
vpc_id: vpc-ff49ff91 | |
vpc_subnet_id: subnet-5f5a9670 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment