У нас вы можете посмотреть бесплатно Automate GCP VM Creation & Deletion with Ansible | Service Account, WIF, ADC, Justfile или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, I demonstrate how to automate Google Cloud (GCP) virtual machine creation and deletion using Ansible playbooks. This is a basic, practical walkthrough focused on infrastructure automation for beginners in DevOps. You will learn how to: Create a GCP Compute Engine VM using Ansible Destroy (remove) the VM using the same playbook Authenticate securely using Service Account, Workload Identity Federation (WIF), and Application Default Credentials (ADC) Use a Justfile to simplify and shorten frequently used commands Structure Ansible playbooks for Infrastructure as Code (IaC) This approach helps reduce manual work, improves consistency, and follows modern cloud authentication best practices. Technologies used Google Cloud Platform (GCP) Ansible Playbook Compute Engine Service Account Workload Identity Federation (WIF) Application Default Credentials (ADC) Justfile (command automation) Infrastructure as Code (IaC) This video is ideal for: DevOps beginners Students learning cloud automation Anyone starting with Ansible + GCP