您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

network-interfaces-debian.j2 296B

1234567891011
  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