Automating Virtual Machines with Ansible

preview_player
Показать описание
Automating virtual machines is a great way to reduce the amount of time spent with point and click activities managing your virtual infrastructure. Using an automation tool like Ansible, we can automate processes such as installing Windows features and components, changing registry keys, applying updates, configuring Linux packages and updates, setting network configuration, and even in bootstrapping environments that have yet to have network connectivity configured.



_____________________________________________________


Introduction - 0:00
What is Ansible? - 0:35
An overview of my Ansible environment - 1:04
Looking at the Ansible folders and files for virtual machine automation - 2:39
The group vars configuration - 4:13
Ansible playbook tasks - 5:15
Running your Ansible playbook - 5:58
Verifying changes have been made in Windows from the Ansible playbook - 7:20
Concluding thoughts about Ansible for automation - 7:46

Deploying Ansible in a Docker container:


Detailed Ansible posts and howtos I have written:

Рекомендации по теме
Комментарии
Автор

any video on Windows Server Essentials 2022 ???

fbifido
Автор

I suggest using ssh to manage Windows with Ansible; it simplifies everything a lot

SantiagoCalzada
Автор

Hi,

Can you please explain how to write an ansible playbook in a simple way? It's a bit confusing regarding spaces & hypens. I think it's called indentation. In terraform as well its used spaces curly brackets etc, , I am not from a programming background. Please, it's a request.

vinvvinv