Saltstack Official Linux Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910
  1. {%- from "linux/map.jinja" import network with context %}
  2. include:
  3. - linux.network.hostname
  4. {%- if network.host|length > 0 %}
  5. - linux.network.host
  6. {%- endif %}
  7. {%- if network.interface|length > 0 %}
  8. - linux.network.interface
  9. {%- endif %}
  10. - linux.network.proxy