Saltstack Official Linux Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

17 rindas
436B

  1. {%- from "linux/map.jinja" import network with context %}
  2. include:
  3. - linux.network.hostname
  4. {%- if network.host|length > 0 or network.get('purge_hosts', True) %}
  5. - linux.network.host
  6. {%- endif %}
  7. {%- if network.resolv is defined %}
  8. - linux.network.resolv
  9. {%- endif %}
  10. {%- if network.dpdk is defined %}
  11. - linux.network.dpdk
  12. {%- endif %}
  13. {%- if network.interface|length > 0 %}
  14. - linux.network.interface
  15. {%- endif %}
  16. - linux.network.proxy