Saltstack Official Linux Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

14 lines
332B

  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.resolv is defined %}
  8. - linux.network.resolv
  9. {%- endif %}
  10. {%- if network.interface|length > 0 %}
  11. - linux.network.interface
  12. {%- endif %}
  13. - linux.network.proxy