Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12 řádky
296B

  1. # interfaces(5) file used by ifup(8) and ifdown(8)
  2. {{ ansible_managed | comment }}
  3. {% if not (root_target_dist is defined and root_target_dist == "alpine") %}
  4. auto lo
  5. iface lo inet loopback
  6. {% endif %}
  7. # Include files from /etc/network/interfaces.d:
  8. source-directory /etc/network/interfaces.d