Yandex IaC solutions
Yandex IaC solutions
infrastructure-as-a-code-example
Install YC cli
curl https://storage.yandexcloud.net/yandexcloud-yc/install.sh | bash
Init YC cli
yc init
Get token, cloud-id, folder-id
yc config list
Terraform
Set up terraform
Download terraform https://hashicorp-releases.yandexcloud.net/terraform/
Set terraform mirror
terraform fmt for private.auto.tfvars.example
Ansible
Install Ansible
Setting for ubuntu 22.04
SSH
Last updated