Temporarly disable SSH host key regen

This commit is contained in:
nemo 2019-09-08 17:22:57 +02:00
parent b5a6633c99
commit e7fba14ba5
1 changed files with 1 additions and 2 deletions

View File

@ -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)"