Skip to content

Instantly share code, notes, and snippets.

@analytically
analytically / interfaces
Last active July 31, 2023 11:52
Ansible interface bonding tasks.
# {{ ansible_managed }}
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
{% if ansible_interfaces|length > 2 %}