New version of salt-formula from Saltstack
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- {%- set node_id = salt['pillar.get']('node_id') %}
- {%- set node_host = salt['pillar.get']('node_host') %}
-
- key_create_{{ node_id }}:
- module.run:
- saltkey.key_create:
- - id_: {{ node_id }}
- - host: {{ node_host }}
|