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