From 361cbbb8ffa63862b38c4b49d7a5b5bcfc3c3b97 Mon Sep 17 00:00:00 2001 From: syrell Date: Sat, 19 Aug 2023 14:10:52 +0200 Subject: [PATCH] Fixed vm_bootstrap typo in doc --- roles/bootstrap_vm/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bootstrap_vm/README.adoc b/roles/bootstrap_vm/README.adoc index 9bf0e6f..8116859 100644 --- a/roles/bootstrap_vm/README.adoc +++ b/roles/bootstrap_vm/README.adoc @@ -1,6 +1,6 @@ = VM bootstrap -A simple role de bootstrap a VM instance on a Proxmox node. It is based on community.general Proxmox modules which are quite complete. Therefore, it is quite hard to maintain a role which build on every possibility. Hence, this one focus on cloning a VM from an existing template, allows you to modify some hardware desired parameters (mainly sockets, CPU cores, RAM and drive size) and finally start the VM. Also, you will need to make sure cloud-init related variables are already present on the template you want to use. +A simple role to bootstrap a VM instance on a Proxmox node. It is based on community.general Proxmox modules which are quite complete. Therefore, it is quite hard to maintain a role which build on every possibility. Hence, this one focus on cloning a VM from an existing template, allows you to modify some hardware desired parameters (mainly sockets, CPU cores, RAM and drive size) and finally start the VM. Also, you will need to make sure cloud-init related variables are already present on the template you want to use. == Requirements