Correct README

This commit is contained in:
nemo 2019-09-08 15:40:52 +02:00
parent f9c4d1e7a4
commit c3f4cc6385
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ The script add IPAM entry for an IPv4 address and an IPv6 range, and deploy/conf
* Copy the VM conf file template : cp vm-template.conf vm-user123.conf
* Adjust all parameters in new file vm-user123.conf
* WARNING : if the SSH public key isn't correct, nobody would be able to log in the VM after deploy.
* Run the script : ./deploy_vm.sh <vm-conf-file>
* Run the script : ./deploy_vm.sh vm-user123.conf
# If problems
* If the script fail and already do updates in IPAM or on the VM, you can manually finish the deploy OR delete IPAM entries (1 IPv4 and 1 IPv6 range), delete the VM, rectify to avoid the problem and retry deploy