mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-11-28 09:27:56 +01:00
8 lines
279 B
Plaintext
8 lines
279 B
Plaintext
# This file managed by Salt, do not edit by hand!!
|
|
{% for region in salt['pillar.get']('salt:cloud:rsos_regions', []) %}
|
|
base_ubuntu_rsos_{{ region|lower }}:
|
|
image: Ubuntu 14.04 LTS (Trusty Tahr)
|
|
provider: rsos_{{ region|lower }}
|
|
size: 512MB Standard Instance
|
|
{% endfor %}
|