New version of salt-formula from Saltstack
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
-
- {{ provider_name }}:
- provider: {{ provider.engine }}
- {%- if provider.insecure is defined %}
- insecure: true
- {%- endif %}
- {#- location: {{ provider.region }} #}
- personal_access_token: {{ provider.api_key }}
- {%- endif %}
|