Temporarly disable SSH host key regen
This commit is contained in:
parent
b5a6633c99
commit
e7fba14ba5
|
@ -375,8 +375,7 @@ iface ens18 inet static
|
|||
|
||||
iface ens18 inet6 static
|
||||
address ${RANGE_IPV6_NEW_WITHOUT_MASK}1/${RANGE_IPV6_NEW_MASK}
|
||||
gateway ${IPV6_GATEWAY}
|
||||
dns-nameservers 2a00:5884::9 2a00:5884::7" > /tmp/interfaces_vm${VM_ID}
|
||||
gateway ${IPV6_GATEWAY}" > /tmp/interfaces_vm${VM_ID}
|
||||
|
||||
# Replace network configuration file on new VM
|
||||
echo "INFO : Replace network configuration file on new VM... (VM NETWORK CONF UPDATE)"
|
||||
|
|
Loading…
Reference in a new issue