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

10 行
225B

  1. {%- set node_id = salt['pillar.get']('node_id') %}
  2. {%- set node_host = salt['pillar.get']('node_host') %}
  3. key_create_{{ node_id }}:
  4. module.run:
  5. saltkey.key_create:
  6. - id_: {{ node_id }}
  7. - host: {{ node_host }}