defaults: set network_allow_restart: yes
linux system roles does a fine job configuring networking on our systems, but without this it just configures it but doesn't bring things 'live' until a 'nmcli c up eth0'. Just set this so it should allow it to restart things and reflect the network as we want it right after the playbook runs on it. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a3259a6101
commit
68f4ecd690
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ nbde_client_bindings:
|
|||
- http://tang02.iad2.fedoraproject.org
|
||||
# usually we do not want to enable nested virt, only on some virthosts
|
||||
nested: false
|
||||
network_allow_restart: yes
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue