mirror of https://github.com/Aidaho12/haproxy-wi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
665 B
18 lines
665 B
region = "{{region}}"
|
|
instance_type = "{{size}}"
|
|
public_ip = {% if public_ip == 'true' %}true{%else%}false{%endif%}
|
|
|
|
floating_ip = {% if floating_ip == 'true' %}true{%else%}false{%endif%}
|
|
|
|
delete_on_termination = {% if delete_on_termination == 'true' %}true{%else%}false{%endif%}
|
|
|
|
volume_size = {{volume_size}}
|
|
volume_type = "{{volume_type}}"
|
|
name = "{{server_name}}"
|
|
os = "{{os}}"
|
|
ssh_key_name = "{{ssh_name}}"
|
|
firewall = {% if firewall == 'true' %}true{%else%}false{%endif%}
|
|
|
|
AWS_ACCESS_KEY = "{{AWS_ACCESS_KEY}}"
|
|
AWS_SECRET_KEY = "{{AWS_SECRET_KEY}}"
|