
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.
~~
Support the channel! Becoming a Patron or Ko-fi supporter gives you access to the Egee video archive & good vibes for supporting my videos!
Ko-fi – https://ko-fi.com/egeeirl ā
Patreon – https://www.patreon.com/egeeirl š¤
Use My Affiliate Links & Support The Channel! š
Looking for a reliable & cost-effective VPS? Sign up with my friends at Linode with my link to get a $20 credit on your account! – https://linode.com/egee
Linux & Open Source Gear
Pre-Installed Linux Barebones & Mini-PC’s – https://amzn.to/2rbjGYU š§
Unlocked LineageOS compatible devices – https://amzn.to/2OQQ50x š²
Crouton compatible Chromebooks – https://amzn.to/383JuHB š»
Recording Gear
My amazing microphone – https://amzn.to/364mvdM šļø
Linux compatible audio mixer – https://amzn.to/2Ln2vuG š§
The fire-breathing CPU for video editing – https://amzn.to/33NyDyf š„
source
The Github repo for the code from this video can be found here – https://github.com/egee-irl/ansible-system-update
Great stuff. Thanks.
āProgramming tutorials tend to run a bit long so letās just dive inā
I just subbed, thank you man
This is the most concise, straight to the point, quick tutorial video about Ansible. Great job man š
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
"Once we disable that key checking… We got owned." thats how that phrase really ends.
Why do all cool software have to use yaml? Makes my blood boil.
Thanks!
Useful video. Can you use ansible for deploying Linux os?
Simple and sweet! Thank you
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?
Ufff I can't show this video because everytime when i start this video I get acid flashbacks š
Day background music doe #nostalgic #Synth
clear and concise, great video!
What linux is this?
Will it possible for you to make a tutorial on how to setup ansibe with vscode? Thanks for the video š
Bash documentation is character building.
What do you think about Solus?
anyone know the background music
which linux distro you as a daily
i hate windows. i wanma switch to linux. is it even worth it. i game on my pc and i dont want to lose performance and i want to have my games. ik all about wine and shit but is it worth it?
Hey Egee, can you make a video about we can use nvida graphic cards in vmware player
Not a single dislike wow
Your page is very interesting, š and I love that wallpaper any links for these kinds of awesome wallpapers
It was very interesting! ! Your video was very easy to understand. I have one question, is it okay?
On what Linux distro was this recording made?
A great video! I use Ansible in my job and it really does save so much time with minimal effort.
A useful and clear tutorial, an amazing voice and HOME – Resonance as the background music.
You got yourself a like and a subscription.
Man your voice is amazing (and the video is amazing too)
so, question.
using 'become: true' alongside ssh key, does the ssh user need to be root?
Great channel dude
keep up the good vids
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
Clearly the optimal solution is to write (and teach) GOOD bash.