New version of salt-formula from Saltstack
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
-
- {{ provider_name }}:
- provider: {{ provider.engine }}
- {%- if provider.insecure is defined %}
- insecure: true
- {%- endif %}
- {#- location: {{ provider.region }} #}
- personal_access_token: {{ provider.api_key }}
- {%- endif %}
|