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:
parent
b4fdeeefd8
commit
f5ceec7303
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue