diff --git a/vm-ansible/Pulumi.yaml b/vm-ansible/Pulumi.yaml index f5f7dc9..a73633e 100644 --- a/vm-ansible/Pulumi.yaml +++ b/vm-ansible/Pulumi.yaml @@ -7,8 +7,8 @@ template: config: libvirt:uri: type: String - default: "qemu:///system" - description: "QEMU service path" + default: qemu:///system + description: QEMU service path hostname: type: String default: ${PROJECT} @@ -16,19 +16,19 @@ template: image: type: String default: bookworm - description: Image name (see additional_configs.py) + description: Image name vcpu: type: Integer default: 1 - description: Number of vCPU of the VM + description: Virtual Machine vCPU number ram: type: Integer default: 2048 - description: MBs of RAM of the VM + description: RAM (MB) disksize: type: Integer default: 20 - description: GBs of disk space of the VM + description: Disk space (GB) poolpath: type: String default: /var/tmp/libvirt/pulumi @@ -36,12 +36,12 @@ template: username: type: String default: syntaxerrormmm - description: Username to create in the cloud-init phase + description: Virtual machine username password: type: String default: cicciopasticcio - description: Password of the username in the cloud-init phase + description: Virtual Machine password playbooks: type: String default: '' - description: "Additional playbooks to implement, separate by commas." + description: Other playbooks (multi with commas)