Learn to use Ansible to Update & Patch your Linux System | Devops

preview_player
Показать описание
Ansible is a powerful configuration management tool that helps automate updating your systems and servers, among many other things.

If you're familiar with other CM tools like Puppet or Chef, Ansible functions very much like Puppet Masterless or Chef Solo. It is designed to automate system administration tasks without having to write and maintain a bunch of bash scripts. CM tools are the foundation of a solid DevOps engineer.

I used an Ansible playbook in this video, which is an integral part of the Ansible ecosystem. The ansible-playbook command makes it super easy to run playbooks with either Ansible roles or tasks, but you don't have to organize all of them in a playbook.

If you administer servers, whether they be Windows Servers or Linux Servers, it would behoove you to learn about configuration management. Powershell is often used in Windows environments however Ansible can run against Windows servers too.

Both Bash and Powershell have a strong tendency to get out of hand and result in code bases being unwieldy and difficult to maintain. CM tools like Ansible solve this problem entirely.

Follow me on social media!

Check out my other YouTube Channels ~

Affiliate Links:

💝 Support The Channel!
Рекомендации по теме
Комментарии
Автор

This is the most concise, straight to the point, quick tutorial video about Ansible. Great job man 👏

techsudo
Автор

“Programming tutorials tend to run a bit long so let’s just dive in”

I just subbed, thank you man

SonicJ
Автор

The documentation for Bash is good. There you heard someone say it and I lied.

brandhark
Автор

A useful and clear tutorial, an amazing voice and HOME - Resonance as the background music.

You got yourself a like and a subscription.

alexanderwhite
Автор

A great video! I use Ansible in my job and it really does save so much time with minimal effort.

stuartluscombe
Автор

Bash documentation is character building.

skala-cr
Автор

Great channel dude
keep up the good vids

blingklame
Автор

I've always got told to never install pip packages systemwide and use the provided package. Also shouldn't ansible just connect to a user with sudo rights, never used it just asked

dirtybrokkoli
Автор

what if i want to update and upgrade CentOS system. Is there any difference in the config of Ansible or is it same ?

trendingworld-xfgz
Автор

Can you please help me. U have to install telegraf agent on almost 1000 servers.. so how can i do that with ansible playbooks or ansible

themangoman
Автор

Man your voice is amazing (and the video is amazing too)

notafirefox
Автор

It was very interesting! ! Your video was very easy to understand. I have one question, is it okay?

taroyamada
Автор

I see your main.yml code and thanks for posting it on GIT. Can you tell me if I want to use the respective repository for a server like RHN for red hat, centos.org for centos, and suse.com for suse, how the code needs to be modified?

snehalmehar
Автор

Will it possible for you to make a tutorial on how to setup ansibe with vscode? Thanks for the video 👍

bornikbhattacharyya
Автор

Hey Egee, can you make a video about we can use nvida graphic cards in vmware player

Tropical
Автор

Useful video. Can you use ansible for deploying Linux os?

Автор

On what Linux distro was this recording made?

davidsanusi
Автор

Your page is very interesting, :) and I love that wallpaper any links for these kinds of awesome wallpapers

agassijoel
Автор

so, question.

using 'become: true' alongside ssh key, does the ssh user need to be root?

jennashair
Автор

Clearly the optimal solution is to write (and teach) GOOD bash.

HebaruSan