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

11 行
260B

  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