2026-03-10 00:16:55 +03:00

10 lines
908 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

С помощью Terraform и провайдера bpg/proxmox развернул виртуальную машину Ubuntu на Proxmox VE с использованием Cloud-Init и QEMU Guest Agent. Создал единый YAML-сниппет, который задаёт пользователя, пароль, SSHключ, сетевые настройки, устанавливает и запускает гостевой агент. Всё полностью автоматизировано.
├── cloud-init-base.yaml # Шаблон Cloud-Init
├── main.tf # Основной Terraform-конфиг
├── variables.tf # Переменные
├── provider.tf # Провайдер Proxmox
└── ssh/
├── id_terraform # приватный ключ
└── id_terraform.pub # публичный ключ