These Ansible roles set up servers running various Linux distributions to participate in BGP routing. Device and IP address data are pulled from NetBox. A separate VRF `mgmt` is configured for a L2 management interface.
# Setup
Each server should have the following information recorded in NetBox:
- network interfaces `mgmt*`: used for management (Ansible) access; must define MAC and IP address
- network interfaces `lan*`: used for BGP routing; must define MAC address
- network interface `lo`: must define the IP address to announce over BGP, also serves as router ID