“Terraform-provider-proxmox”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
(创建页面,内容为“使用 qm 创建 Ubuntu Cloud-Init Template,有可能要找个全 terraform的 第一 qm 从这里开始写 https://zhuanlan.zhihu.com/p/453058774 <pre> qm c…”)
 
第14行: 第14行:
 
qm set 9000 --agent enabled=1
 
qm set 9000 --agent enabled=1
 
</pre>
 
</pre>
 +
 +
 +
 +
 +
[[category:devops]] [[category:terraform]]

2023年3月10日 (五) 15:04的版本

使用 qm 创建 Ubuntu Cloud-Init Template,有可能要找个全 terraform的


第一 qm 从这里开始写

https://zhuanlan.zhihu.com/p/453058774

qm create 9000 --name "ubuntu-2004-cloudinit-template" --memory 1024 --cores 1 --net0 virtio,bridge=vmbr0
qm importdisk 9000 ubuntu-20.04-server-cloudimg-amd64.img local-lvm
qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-0
qm set 9000 --boot c --bootdisk scsi0
qm set 9000 --ide2 local-lvm:cloudinit
qm set 9000 --serial0 socket --vga serial0
qm set 9000 --agent enabled=1