Persistent configure of bridge by use of YAML

 This is a persistent Configuration of the bridge by use of YAML

Default  YAML file

01-network-manager-all.yaml is the default  YAML file for network configuration.
we need to edit according to the need.

First, we configure the interface in the YAML file and Apply it to ubuntu 22.04 Linux


YAML is spaces for indentation, for example, a network is an object have a key: value pair version is key and 2 is a value with the use of double spaces as an indent from the network.
  • object =network
    • key = renderer
    • value = networkd


Comments