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 }}