New version of salt-formula from Saltstack
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_digital_ocean.conf 233B

123456789
  1. {{ provider_name }}:
  2. provider: {{ provider.engine }}
  3. {%- if provider.insecure is defined %}
  4. insecure: true
  5. {%- endif %}
  6. {#- location: {{ provider.region }} #}
  7. personal_access_token: {{ provider.api_key }}
  8. {%- endif %}