Saltstack Official Linux Formula
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- {%- from "linux/map.jinja" import network with context %}
- include:
- - linux.network.hostname
- {%- if network.host|length > 0 %}
- - linux.network.host
- {%- endif %}
- {%- if network.interface|length > 0 %}
- - linux.network.interface
- {%- endif %}
- - linux.network.proxy
|