myos/ansible/roles/remotes/templates/aws_config.j2

8 lines
140 B
Plaintext
Raw Normal View History

2021-02-09 17:05:00 +01:00
[default]
2021-07-14 21:38:30 +02:00
{% if aws_output|length %}
output = {{ aws_output }}
2021-02-09 17:05:00 +01:00
{% endif %}
{% if aws_region|length %}
region = {{ aws_region }}
{% endif %}