Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

12 linhas
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