Saltstack Official Linux Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

20 lines
512B

  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.dhclient is defined %}
  14. - linux.network.dhclient
  15. {%- endif %}
  16. {%- if network.interface|length > 0 %}
  17. - linux.network.interface
  18. {%- endif %}
  19. - linux.network.proxy