“Terraform-provider-proxmox”的版本间的差异
跳到导航
跳到搜索
第1行: | 第1行: | ||
− | + | terraform 和proxmox的笔记终于有空放上wiki了 | |
+ | =pre= | ||
+ | Proxmox VE,terraform 已安装 | ||
− | + | =创建Ubuntu(Cloud-Init) Template= | |
− | |||
− | |||
<pre> | <pre> | ||
qm create 9000 --name "ubuntu-2004-cloudinit-template" --memory 1024 --cores 1 --net0 virtio,bridge=vmbr0 | qm create 9000 --name "ubuntu-2004-cloudinit-template" --memory 1024 --cores 1 --net0 virtio,bridge=vmbr0 | ||
第16行: | 第16行: | ||
+ | =改进= | ||
+ | 使用 qm 创建 Ubuntu Cloud-Init Template,有可能要找个全 terraform的 | ||
[[category:devops]] [[category:terraform]] | [[category:devops]] [[category:terraform]] |
2023年3月11日 (六) 07:16的版本
terraform 和proxmox的笔记终于有空放上wiki了
pre
Proxmox VE,terraform 已安装
创建Ubuntu(Cloud-Init) Template
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
改进
使用 qm 创建 Ubuntu Cloud-Init Template,有可能要找个全 terraform的