Skip to content

Instantly share code, notes, and snippets.

@holtgrewe
Created November 11, 2021 15:19
Show Gist options
  • Save holtgrewe/f58e189f00bb1a3625d0a04a25b6b1ff to your computer and use it in GitHub Desktop.
Save holtgrewe/f58e189f00bb1a3625d0a04a25b6b1ff to your computer and use it in GitHub Desktop.
# Ansible managed
DEVICE=bond0
TYPE=Ethernet
BOOTPROTO=none
BRIDGE=brbond0
ONBOOT=yes
NM_CONTROLLED=no
---
###############################################################################
# Network interface definitions for the controller group.
compute_net_interface: "br{{ front_bond_interface }}"
compute_net_bridge_ports:
- "{{ front_bond_interface }}"
front_bond_interface: bond0
front_bond_bond_slaves:
- eth0
- eth1
front_bond_bond_mode: 802.3ad
front_bond_bond_miimon: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment