inventory / all vars: try adding a 'state: up' to default network-connections

On builders currently, they install and everything is up, but
NetworkManager doesn't tell systemd-resolved the new information
(nameservers, search domains, etc). Hopefully adding this will allow it
to actually tell systemd-resolved about it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-10-02 09:03:09 -07:00
parent b4fdeeefd8
commit f5ceec7303

View file

@ -217,6 +217,7 @@ network_connections:
mac: "{{ ansible_default_ipv4.macaddress }}"
name: eth0
type: ethernet
state: up
nfs_bridge: br1
# nfs mount options, override at the group/host level
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"