*systemd-networkd* is (currently) my preferred way to manage network interfaces on machines running Fedora. The *systemd-networkd* role provides a generic way to configure network links, devices, and interfaces, using Ansible variables to generate network unit configuration files.
7 lines
95 B
YAML
7 lines
95 B
YAML
- hosts: networkd
|
|
roles:
|
|
- role: systemd-networkd
|
|
tags:
|
|
- networkd
|
|
- netconfig
|