You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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