Skip to content

Instantly share code, notes, and snippets.

@Ladas
Created June 5, 2018 13:53
Show Gist options
  • Save Ladas/fdde019d1a7843aabc15d1ceed7a9fbe to your computer and use it in GitHub Desktop.
Save Ladas/fdde019d1a7843aabc15d1ceed7a9fbe to your computer and use it in GitHub Desktop.
extra_vars
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