Тёмный

you need to learn Ansible RIGHT NOW!! (Linux Automation) 

NetworkChuck
Подписаться 4,2 млн
Просмотров 873 тыс.
50% 1

Опубликовано:

 

23 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,1 тыс.   
@GlutesEnjoyer
@GlutesEnjoyer 4 года назад
This was one of the simplest and most straightforward ansible guides I've seen thanks man
@zwabbah4841
@zwabbah4841 2 года назад
Tony why can’t you dance
@slinkychungus2044
@slinkychungus2044 2 года назад
@@zwabbah4841 Mike Oxlong
@nigelnovelo279
@nigelnovelo279 9 месяцев назад
I must say that the amount of knowledge I have gained from this channel is unmatched, went from a regular HelpDesk Job to a sysadmin, thanks to the inspiration that chuck brings.
@AZbyNite
@AZbyNite Месяц назад
Same!
@xghram
@xghram 4 года назад
“Ansible” is a term from sci-fi novels for instant communication across the galaxy. It’s put to great effect in the novel Ender’s Game. It’s worth a read, if you happen to have a little time on your hands.
@phabeondominguez5971
@phabeondominguez5971 4 года назад
Ain't there a movie too for Enders? Must watch or nah?
@calebkandoro4513
@calebkandoro4513 4 года назад
@@phabeondominguez5971 Nah, the books are way better!
@howlingfjord106
@howlingfjord106 4 года назад
I knew that sounded familiar! Thank you!
@phabeondominguez5971
@phabeondominguez5971 4 года назад
@@calebkandoro4513 for sure but time is of the essence most of the time, at least for me. Used to read mad books as a shorty, but now I find as an adult there is no time... And that's me saying that as a young hustler that RETIRED at age 40.... But I'll try to look into the books as well oNe
@phabeondominguez5971
@phabeondominguez5971 4 года назад
@@MichaelBushey SOLD, that's not a small claim so must check it out, will get to the book one day too though.. thanks
@alisonholloway6726
@alisonholloway6726 4 года назад
I LOVE Ansible. I've been using/learning it for months and I cannot live without it anymore in my lab work. My programming skills are ordinary, but my Linux skills are pretty good. So it's a perfect match for the my VM-based Cloud lab work. This was a nice intro for people. Ansible is a powerful beast.
@DanielStinebaugh
@DanielStinebaugh 4 года назад
Being a Sr Systems Admin for a large cloud consultancy, I can say, terraform and ansible are pretty much must have knowledge to start managing med-large enterprise or cloud networks period. Chef and Puppet are nice, but most of the companies I've helped I can say default to terraform and ansible about 85% of the time.
@blkbrry4375
@blkbrry4375 4 года назад
Being 5 years into my first job as an Infrastructure Engineer, I can confidently say that my life basically consists of Terraform and Ansible. We have a solid pipeline that deploys VMs with Terraform and then installs/configures software on them post-deployment via Ansible. They work really well together and since they’re infrastructure-as-code tools, all of our playbooks and state files are stored in a code repository for safekeeping.
@manicbassa
@manicbassa 3 года назад
@@blkbrry4375 as a Windows admin what's the best way to make the move like you did?
@heyheyheyy5008
@heyheyheyy5008 3 года назад
What about Vagrant?
@ar_prichan
@ar_prichan 3 года назад
Can't agree more. I'm completing my degree rn, using Terraform and Ansible are "absolute duo".
@Reiner030
@Reiner030 2 года назад
You forgot or didn't know that Saltstack is also a very nice and handful automation system (which can also use Ansible templates since last years) ... which could use also Windows and devices like routers and more
@akpesiriodiyoma4016
@akpesiriodiyoma4016 2 года назад
Shawn Powers from CBT NUGGET and Network Chuck are like the best teachers ever..you can always feel the excitement and enthusiasm in their voice, that energy is contagious. and their real-life analogy to the IT concept they are tutoring is second to none and that alone is a winner for me...Thank you so much guys..
@cainiak
@cainiak 4 года назад
Can attest to how intuitive Ansible is. In half a year, I learned basic Ansible to develop a custom CIS template to assist in baselining RHEL systems for an organization. The template can be re-applied periodically on schedule (every 30 mins for example) to assist in maintaining those configurations, not just at the beginning of the systems lifecycle. Just one example of automation! Imagine going through a system and running every hardening command manually... I realize many automation tools exist that are capable of this. However, I would again like to express how easy, and actually fun, it is to learn and use Ansible.
@cainiak
@cainiak 2 года назад
@@dabadoo7631 Answering this based on my past experience, other people might be able to answer that question better than I. Malicious individuals attempting to circumvent security controls. If someone (a hacker for example) gains administrative access to a system, they might want to change certain settings to make post-exploitation easier, such as communication with C2 or exfiltration of data. Local firewall rules (iptables/firewalld) to allow inbound outbound traffic from the system, for example. If you have a firewall configuration restricting ip/port access, an automated ansible task containing your configuration could overwrite any changes made locally. To accompany this, any kind of alerting mechanism, maybe rsyslog to SIEM for example, for the modification of such firewall configs would be preferable. Further, insiders or even end users that already have access to the box might be capable of making certain changes that an admin simply does not want to be changed, for one reason or another. Examples could be meeting an approved compliance baseline such as CIS or STIGS, or not wanting to introduce certain risks or vulnerabilities to the system such as users installing and using an unencrypted protocol such as FTP as opposed to an encrypted protocol. Hope this helps.
@devops1044
@devops1044 Год назад
Doing unit testing against a 'sacrificial' system, getting screens full of red error messages, updating the role, repeat. And then a 'yellow and green' run. Then a green run. Then you deploy to hundreds of systems and watch them come into line. All that drift corrected. Correcting huge chunks of technical debt in one broad stroke. If you like making computers do what you want them to do, this type of tool is very rewarding.
@gerrymaddock9234
@gerrymaddock9234 4 года назад
Chuck, great video. I’m already an ansible admin, but I’m definitely going to show this to my junior admins. I use ansible on my Cisco switches, updating firmware, adding vlans. Adding NTP and correct time zones. Similar things with my Junipers. My VMware environments to auto configure vms from templates in the fly. Scripts for emergency shutdown of physical and virtual machines. I even use ansible on my windows host to install/remove software that isn’t available as an MSI . I even have scripts to fix Windows update issues (windows update not working or hung... deleting software distribution folder, etc). I initially started ansible for updating Linux, but I also have Space for updates and space was easier for my windows admins in the event I get hit by a bus. Any major task I need to do that may need repeated in the future, I’ll go out of my way to write a playbook.
@mrwaeta1
@mrwaeta1 4 года назад
Man this sounds cool , your CV must be massive , do you mind to be my mentor ? followed you on LinkedIn
@Viraj2595
@Viraj2595 4 года назад
This might sound really weird, but are you looking to add another super awesome junior admin to your team? Someone who doesn't have much work experience but, has a degree, watches all of NetworkChuck, and totally geeks out over most of the things he covers!
@gerrymaddock9234
@gerrymaddock9234 4 года назад
Viraj Hodavdekar unfortunately with everything going on right now, we are in a hiring freeze
@allybiggs5423
@allybiggs5423 4 года назад
You should do videos bro would love to learn from you.
@c0p0n
@c0p0n 3 года назад
Cool story bro
@timandmel777
@timandmel777 4 года назад
Hi Chuck, great basic intro to Ansible! Just one thing that would be helpful to us Ansible noobs: since many cloud providers provide access using ssh keys instead of passwords, just cover how you would specify the rsa or pem file instead of the password.
@ashs5320
@ashs5320 3 года назад
This is the most easy to understand Ansible video out there. Chuck explains everything so well. I use ansible in my lab for a few things. Mainly at the minute I have ansible playbooks for: - Deploying VMs - Removing VMs - Configuring VMs with a base config to get things started. - Preparing nodes to become K8s nodes
@TheRealKitWalker
@TheRealKitWalker 4 года назад
Learn it right now!! This is the kind of push I need! You're amazing dude and I can't thank you🙏🙏 enough for the highly informative and to the point fun videos about the latest tech that's out there. I hope your reach grows 100x folds. 👏👏👏🙏🙏 😊
@NetworkChuck
@NetworkChuck 4 года назад
Thank you Kit!! This comment has me fired up!!
@benstoll9380
@benstoll9380 2 года назад
I love using ansible, I used this course to get me started over a year ago and now im using it to deploy changes on hundereds of servers. I learned to develop custom modules for the edge cases where the builtin modules don't suffice. It is a very satisfying way to automate and im glad i have it in my arsenal of automation. Thanks Chuck!
@R5123
@R5123 2 года назад
Nice job, Ben! I'm late to the party
@mmrk_
@mmrk_ 4 года назад
Hey NetworkChuck I really enjoy these "how to" types of videos you have been making. I really enjoyed the docker Linode lab you made not long ago and this is another great example of a "how to" video that i got a lot out of. Keep up the awesome content! Thank you.
@eightiesgeek
@eightiesgeek 4 года назад
'x' key is your friend in Vim. Instead of ':wq' for saving and quitting, you can use ':x'. Also, you can delete a character by pressing 'x'
@rinat1985
@rinat1985 4 года назад
not to mention using Ctrl-c instead of badly inconvenient Esc for normal mode :)
@kayurbach5182
@kayurbach5182 4 года назад
Thanks man, spent 12h privately grinding ansible, reduced effectively a server setup of 4h into 5 minutes. Now I know stuff, and will save hours in the future like crazy. *THUMBS UP*
@Moneymike82
@Moneymike82 9 месяцев назад
When Chuck says you need to learn this particular Tech Now.. please consider. In Dec 2023 Im starting to get recruiters asking about this skill.
@z-avlogs8739
@z-avlogs8739 4 года назад
For sure you don't cover all the stuff related to the topic but you do illuminate passion among the IT folks.Thanks once again for this brilliant work you're doing.....do come up with such Videos again and again and cover many other technologies out there like Jenkins,puppet,chef,etc.
@nevoyu
@nevoyu 3 года назад
Since watching this video I've gone insane with ansible. I run redhat on all my devices, ansible is setup to deploy basically my desktop/server usecases on everything, manage the updates, deploy podman containers, VMs, manage the backups even restore backups :)
@maverickpeck6012
@maverickpeck6012 2 года назад
I have to say this is the most helpful video I’ve seen in a while. I’m a Student Sys Admin at my college and I was tasked to make an ansible server for our student GNS3 severs in order to automate lab creation. Needless to say I was very lost and found your video shortly after… I have seen the light!!! Keep doing what you’re doing, I’ve always loved your content!
@orsonc.badger7421
@orsonc.badger7421 3 года назад
I LOVE ANSIBLE! I work with it almost everyday, usually to run ad-hoc commands on like 150+ servers, to check things like if mounts are correct, or if I need to restart processes. LITTERALLY saves HOURS of time!
@dekrob
@dekrob 4 года назад
Im on to chuck, getting us trained with all these trendy tools. Then he opens a consulting company hiring us out for maximum profit....
@whiskeyjack7529
@whiskeyjack7529 4 года назад
i'd be down tbh
@omo-ogun2517
@omo-ogun2517 4 года назад
I just enjoy the dude's energy, it's contagious
@knucklecorn
@knucklecorn 4 года назад
hah trendy tools from 5-10 years ago
@TheDrAkira
@TheDrAkira 4 года назад
I'm totally IN if that happens xD
@ashp834
@ashp834 3 года назад
@@knucklecorn have they all maxed out the hype cycle?
@edddieee-main-geee-
@edddieee-main-geee- Год назад
Twice I stopped your video to do more research...afterwards, once I resumed play, I realized you taught what I went on to research (how to remove packages through Playbooks and more module references). Your teaching method is on point, thank you!
@neoandlifestyle2514
@neoandlifestyle2514 4 года назад
You are an amazing man, the way of teach, give an example and capt the audience, thanks for your support!
@karanbalwani
@karanbalwani 4 года назад
Thank you for your "learn x right now" series of videos, I do keep adding things to my list of things to study, though your videos give quite a big idea about what it entails. This helps us choose the streams we could use to grow our IT career. Knowing a little about a lot of different things definitely helps in IT.
@louies6914
@louies6914 4 года назад
It helps you know one thing..like master it than to try to be The Jack of all trades master of none.
@vadoosheecho3924
@vadoosheecho3924 Год назад
Genuinely can’t express how much I love this channel, all the questions I have have been answered already by this guy. No need to go on Google for a confusing explanation, instead listen to a guy that has a coffee break 11 times per day
@Ffreeze90
@Ffreeze90 4 года назад
as a pentester i really like "automation" - ansible looks pretty
@emsheeranstudio3459
@emsheeranstudio3459 4 года назад
Bro what qualification need for pentester & what is the basic things we should do?
@Ffreeze90
@Ffreeze90 4 года назад
@@emsheeranstudio3459 oscp is a good start and then practise, practise, practise. I recommend hackthebox and tryhackme for beginner
@emsheeranstudio3459
@emsheeranstudio3459 4 года назад
@@Ffreeze90 thanks dude
@brunoais
@brunoais 2 года назад
17:55 Actually, that is NOT idempotency. Idempotency is the ability to execute the same thing multiple times and the outcome being the same as executing just once. In this case, the tool provides check if done and run if not done (close but not the same). You can clearly see it's not idempotency because the output of the program is different :)
@afroman1242
@afroman1242 4 года назад
Linux purists will probably hate this, but checkout Microsoft's VSCode for SSHing in to run commands and edit files. Way easier to edit files than vim or nano in my opinion. They probably have an Ansible plugin too.
@TheEast007
@TheEast007 5 месяцев назад
Just finished a project in Ansible and it was pretty fun
@NetworkChuck
@NetworkChuck 4 года назад
Start learning Ansible with a lab on Linode $100 credit: bit.ly/nc_linode *Sponsored by Linode ➡️The NEW CCNP ENCOR training is OUT!!!: bit.ly/ccnp-cbt ➡️Checkout ALL my training at CBT Nuggets: bit.ly/nc-cbt-2020 1:02 ⏩ Why Ansible? 5:06 ⏩ FREE Ansible LAB 6:38 ⏩ Ansible Installation 8:23 ⏩ Hosts (inventory) setup 11:56 ⏩ ad-hoc Ansible Commands 13:52 ⏩ Ansible Playbooks FREE Ansible lab on Linode: ($20 credit): linode.com/networkchuck Download SolarPutty: bit.ly/usesolarputty ➡️Support NetworkChuck: bit.ly/2XPaF7u ➡️Need help? Join the community: bit.ly/nc-discord
@zestrixalex3786
@zestrixalex3786 4 года назад
first)
@thelinuxostutorialsandprog4432
@thelinuxostutorialsandprog4432 4 года назад
2nd
@LAGUY88
@LAGUY88 4 года назад
cron jobs do the sam e thing...duh
@cruzsylves5
@cruzsylves5 4 года назад
im not able to register on linode. i am indian user.
@brilliancetventertainment9416
@brilliancetventertainment9416 4 года назад
@NetworkChuck or anyone else, Does Ansible work with Solaris OS?
@AlexLimaca
@AlexLimaca 2 года назад
Thanks to you I met ansible. Knowing ansible, set me in a new level and I got a new job where it's needed.
@GenX-Memories
@GenX-Memories 4 года назад
Chuck, here's the problem: Many, many of us out here are IT guys in our late-30s, 40s, and 50s. We have certs (CCNAs, MCSEs, VMware, hardware vendor stuff, firewalls, etc.) decades of experience in various IT areas, and quite honestly, bills to pay. I'm 45. I do not have the time, nor the energy, to completely revamp myself at my age. Networking, servers, all kinds of software, etc. was the name of the game for the last 40 years. The fact that all of the sudden everyone needs to ALSO become a developer is just stupid. I might be the only one, but I'm in IT because back in the 90s everyone kept telling me I was good at it. Now, I honestly can't stand it. If I could be a carpenter (and still pay my bills) I would. But alas, instead I have to keep renewing certs over and over, keep learning every new version of every single server and firewall generation, iOS, or software title (management suites, AV, backups, cloud, VMware, etc., etc., etc.) every couple of years. It is exhausting. Why didn't I just become an accountant or a fireman, sigh.
@jeffherdzina6716
@jeffherdzina6716 4 года назад
LOL Being a firefighter was great, Until I was hurt. Things changed, Now I am in I.T. and 55 years old. And losing ground and job opportunities to 21 year olds. You know anyone that's looking for a Redhat / Cisco Administrator ? Neither do I...
@tubes9181
@tubes9181 4 года назад
If you don't like the video, don't watch. You must be a joy to work with.
@greenvm
@greenvm 4 года назад
What did you expect when you got started? That technology isn't gonna improve and progress will be stuck at the level of what we had in the 90s? You got into a field that's constantly changing and now you are looking surprised that you have to learn new things..
@AnantaAkash.Podder
@AnantaAkash.Podder 5 месяцев назад
This is most Simple Introduction to Ansible... Thank you very much NetworkChuck... Your Explanation is truly amazing
@zackerthehacker
@zackerthehacker 3 года назад
Your presentation, production value and knowledge are all amazing. I loved this video and learned a thing. Thanks :D
@hassanmohammad4912
@hassanmohammad4912 2 года назад
This was definitely the simplest ansible video literally!!!! Straight forward, I literally feel like I can make a playbook right now !! Thank you
@joekilbreth3901
@joekilbreth3901 4 года назад
Dude. You're ridiculous! This (and your whole channel, frankly) is one of the coolest things to happen to my Linux journey in years. KEEP THIS STUFF COMING! You rock. Do you have a patreon?
@yousita3394
@yousita3394 4 года назад
the way you explain it, really simplify the information, and make it easy for everyone to understand, so much love
@msana4420
@msana4420 4 года назад
Every RU-vid video: Hallo guys, today.. NetworkChuck: You need to learn __________ RIGHT NOW!!!!!
@NetworkChuck
@NetworkChuck 4 года назад
:) I hope everyone is catching on to the meme and not taking me too seriously. Learn it if it helps.
@msana4420
@msana4420 4 года назад
@@NetworkChuck ;)
@ManishChalise
@ManishChalise 4 года назад
Your teaching is insane. I love it. You are by far the BEST GURU I have ever found on youtube. Hands Down.
@joshd.8190
@joshd.8190 4 года назад
Dude chill out with the "You need to learn this right now!" IM STILL TRYING TO LEARN PYTHON, first you want me to do that, then linux, then learn CCNA, then learn docker, then learn this, and that!!! GIVE ME TIMEEEEE
@rujaywhitehorne5155
@rujaywhitehorne5155 4 года назад
Looool same here
@headinthekloudz
@headinthekloudz 4 года назад
Who's only talking to ppl who are trying to go Super Sayian Blue🤣
@katherine836
@katherine836 4 года назад
Hahaha that's true I'm also learning python and linux😂
@davea.9927
@davea.9927 4 года назад
I'm in the same boat. Trying to just get Cloud fundementals first before I jump into Linux. It's just too much
@rujaywhitehorne5155
@rujaywhitehorne5155 4 года назад
@@davea.9927 you can do it. I learned CCNA in 6 weeks
@steveoc64
@steveoc64 4 года назад
Oh - this is powerful. I have Macs, FreeBSD boxes, Centos machines, and Ubuntu machines - all with different package managers (apt / yum / pkg / brew), different ways of getting priviledges (sudo / doas), different user accounts and different ports to connect to ssh on. But I can write 1 simple playbook that says "make sure its got the latest version of this hexeditor" and ansible just works it all out for each machine. Awesome. You NEED to do a video on FreeBSD and Jails right now !
@nogodiggydie
@nogodiggydie 4 года назад
I don't know shit about networking and I'm not necessarily trying to learn, but I love watching your videos. I believe that's a compliment.
@phabeondominguez5971
@phabeondominguez5971 4 года назад
Well what facet of IT are you in then?
@nogodiggydie
@nogodiggydie 4 года назад
@@phabeondominguez5971 not in IT at all.
@okomazubuike9032
@okomazubuike9032 2 года назад
One of the best videos on Ansible I've seen. Thanks Chuck
@bswordsman4320
@bswordsman4320 4 года назад
Too many things to learn sir. Still trying to learn docker... and python, but at least I got my CCNA.
@K2_Chris
@K2_Chris 4 года назад
Haha, you will learn a lot and keep learning... trust me... it never ends! If you're like me, you will end up learning blueprints and building codes, etc. etc. Then your office will have a big old tool storage, bookshelf, solder station, fiber cleaners/test equipment, etc. etc. Then you will learn Python, Powershell and web languages, etc. etc. Then off to IDS systems, Nagios (She is my girlfriend on my phone - SMS), SSL, and anything else your Director throws at you... Maybe even GSuites!
@K2_Chris
@K2_Chris 4 года назад
Oh, I almost forgot.... an Airgun for squirrels and set of BiDi SFP......
@mt1885
@mt1885 3 года назад
Here is some advice, no one person will be all knowing in 500 software products (then 1/2 knowing stuff is a huge security hole) that seems to be out the window now. It would be better to be highly skilled in an area (no one person) can know everything.
@fleggle
@fleggle 2 года назад
ansible has some of the best official documentation that I've ever seen, rarely have to look elsewhere for the module instructions!
@cristypy2145
@cristypy2145 3 года назад
A very nice video, Chuck! Thanks for another great content! Your explanation is excelent and easy to follow, as usual. Keep it up!!
@dawitaraya6727
@dawitaraya6727 4 года назад
The best tutorial video I have seen so far on RU-vid. Love the way you deliver the concepts and your energy man.
@BenjaminDunkstormenJrgensen1
@BenjaminDunkstormenJrgensen1 4 года назад
Reminds me so much of Desired State Configuration on Windows 👌
@robertthomas5906
@robertthomas5906 3 года назад
ansible works on windows serves as well. I think you would use one or the other, not both. Since ansible can handle so much more than just Linux or routers it makes a lot of sense to use ansible and not DSC I think.
@johnkennedy7110
@johnkennedy7110 4 года назад
I just used Ansible playbooks to install docker on both machines simultaneously. This is awesome! Thank you NetworkChuck!
@MadrasaTechOfficial
@MadrasaTechOfficial 4 года назад
What board and software you are using to do the explanation if you don't mind?
@interguy589
@interguy589 4 года назад
I believe he uses adobe photoshop to draw.
@juanignacioaschura9437
@juanignacioaschura9437 4 года назад
Adobe Photoshop on a WACOM Cintiq 22HD
@---iy7bj
@---iy7bj 2 года назад
MS Paint on a TI-83 Calculator
@Troglodyte2021
@Troglodyte2021 Год назад
Man, it's a great joy to watch your tutorials. :)
@katherine836
@katherine836 4 года назад
Learn Docker right now Learn Ansible right now Next will be Learn Kubernetes right now😂
@АлексаМиловановић
Learn everything now! 😂
@katherine836
@katherine836 4 года назад
@@АлексаМиловановић yes you're right 😂
@agenttank
@agenttank 4 года назад
oh, I thought that's a series
@peterdezwart215
@peterdezwart215 4 года назад
Openshift with Ansible (k8s)
@tiger_icecoldlive6762
@tiger_icecoldlive6762 4 года назад
Learn how to install OpenShift with Ansible right now!
@jong2359
@jong2359 4 года назад
Meanwhile schools everywhere force students to do everything by a handwritten shell script in terminal. I am not trying to undermine learning the basics, but tools like this are far more powerful and get you deeper into the topic than beginner level shell scripting to try and hack the same results together.
@edewerth
@edewerth 4 года назад
I think schools everywhere still have it right. I do agree they need to come into the modern world and start training the collegians with some of these more modern methods as well. We all know in scripting that you don't learn it unless you do it. I know through my many years(read as I am old but still learning) of experience that scripting is just as important in automation as being able to feed some commands into a playbook because a lot of times I feed in plays that run scripts that I have created. You have to look at orchestration tools as enhancers not as the end all be all solution. They can do a lot but inevitably you'll find a use case that doesn't fit something out of the box and you'll end writing a script or two.
@jong2359
@jong2359 4 года назад
@@edewerth I mentioned that I fully understand the importance of learning the basics. Where I feel the modern education system lacks for IT students is how to apply the basics in a business/client forward way. Schools should discuss what is popular and explain why, then teach the basics that lead you to that point. The way things are now, you can learn more from stackoverflow than any classroom in America.
@sytzebuz
@sytzebuz 4 года назад
Hey NWC, second video I watch and can again say: "Now I get it!" God bless your work.
@NetworkChuck
@NetworkChuck 4 года назад
Thank you!
@AnmolSoin-kg2hs
@AnmolSoin-kg2hs 4 года назад
I have really saw many videos of networking and before you I never thought that it will be so much interesting because it was boring a lot on books, you know . I am happy to have you on youtube. Thank You so much for this.
@AuXXKeyz
@AuXXKeyz 4 года назад
We've gotta learn everything now
@joaquin_cloudarch
@joaquin_cloudarch 4 года назад
Hi, NetworkChuck! That's perfectly explained! I'm using Ansible for a year now for my tasks in my company and I have seen many tutorials about it, and I have to say yours is one of the most clearest videos I have ever seen. Congrats!!! Thank you for your videos!
@a.ismael47
@a.ismael47 3 года назад
4:01 "cisco routers running cisco ios" EverythingApplePro: "There are rumors about cisco ios"
@MrEvenStranger
@MrEvenStranger Год назад
Excellent guide. I got started with automation with pssh, a small linux app that makes ssh connections in parallel instead of a series of connections from a typical bash loop. In a normal bash loop, it took hours to change one file on 1500+servers. With pssh, I could push the change out in under three minutes. Ansible is even more powerfui!
@DaveSomething
@DaveSomething 4 года назад
the beard of knowledge strikes again!
@flapa2010
@flapa2010 2 года назад
These was all I needed to kick-off learning ansible...now am already dancing in the playbook. Thanks Chuck!
@Johnnyboycurtis
@Johnnyboycurtis 4 года назад
You need to learn Ansible if you think you’ll end up needing to use Ansible at your job
@AdenMocca
@AdenMocca 3 года назад
Just wanted to say I went through the whole RedHat Ansible Sales training and learned more in your 20 minute brief. Really appreciate the showing and learning approach to crappy PowerPoint slides.
@MrKeith-hc2fv
@MrKeith-hc2fv 3 года назад
"Learn this now" = "The most important part of every lesson is getting started."
@quame2024
@quame2024 4 года назад
Thank you NetworkChunk your videos always inspire me. Much love all the way from Ghana.
@earlofnim
@earlofnim 4 года назад
Heres a stupid question: “how does this work in autoscaling environments when your hosts are constantly changing?”
@djsimplyseth
@djsimplyseth 4 года назад
You can use dynamic inventories, It's used in Verizon for very large multi-service AWS deployments.
@sharmanick1
@sharmanick1 3 года назад
Your videos have become 1st videos to see and understand the overview in the simplest & relatable explanation for IT topics like this, thank you !!
@samuelb7944
@samuelb7944 4 года назад
We ended up connecting all our 350 nodes to ansimble. Thanks for the tutorial! This is amazing. - Deploys.cc
@NetworkChuck
@NetworkChuck 4 года назад
Thank you!
@LieberLois
@LieberLois 4 года назад
May I ask what type of tasks you are using? I can't quite see the usecases for Ansible since i usually deploy to Kubernetes (where I can configure the machine state with ease)
@djsimplyseth
@djsimplyseth 4 года назад
@@LieberLois Verizon deploys EKS and all critical components with Ansible. Search `Ansible Module Index` that might inspire you
@fagu0
@fagu0 3 года назад
Ansible is amazing! I had a project where I had to create a web server, setting up a firewall, protect it against port scanning and dos attacks, ensure ssl (self signed) and redirect http to https. Then i used ansible to deploy my solution on other servers. I made a famous playbook and scripts so that each machine had its iptable up, running and configured (to not ban its own ip). Each machine had its own signed ssl certificate and a lot of other configs... Totally automatically! Just with one little command on the host machine! Crazy
@Questchaun
@Questchaun 4 года назад
This guy makes a lot of "you need to learn [insert] naooo" vids.
@deus5215
@deus5215 4 года назад
Questchaun Because he’s right
@DanStarktheReal
@DanStarktheReal 4 года назад
Welcome to IT, where we must always LEARN ALL THE THINGS!
@GavinFreeborn
@GavinFreeborn 4 года назад
@@DanStarktheReal except vim apparently
@zestrixalex3786
@zestrixalex3786 4 года назад
Turns out I really do. I need CCNA even for BDM positions novadays.
@Questchaun
@Questchaun 4 года назад
@@deus5215 lol I know.
@sebazizou
@sebazizou 4 года назад
fun tip, you can just use *:x* instead of *:wq* while working with vi/vim *:x* saves the current file if changes have been made and exits or it simply exits if no changes have been made to the file
@stevebabiak6997
@stevebabiak6997 4 года назад
Or just use ZZ to save and exit. Without any : involved. And because in the past I used vi with some wacky terminals that sent weird character sequences with the ESC key, I got into the habit of using CTRL[ instead (control key held down and then typing the [ character).
@wtfitsaduck._.7788
@wtfitsaduck._.7788 4 года назад
sooooo its a glorified sshpass bash script 🤔
@dadquestionmark
@dadquestionmark 4 года назад
Yep
@ER_aka_RAM
@ER_aka_RAM 4 года назад
My thoughts exactly! 🤦🏽‍♂️
@davidthedreamer0
@davidthedreamer0 4 года назад
oooooooohhh! 😂 underrated comment, man
@johnjames_cowperthwaite
@johnjames_cowperthwaite 4 года назад
not anywhere close to understanding the scalability and use cases for Ansible, Ansible Engine or the RESTful api
@bogdanbliznuk7355
@bogdanbliznuk7355 4 года назад
A tool designed on top of SSH - protocol from 1995. SSH wasn't designed for scalability, it's not the case. It's used for interactive terminal sessions and ad-hoc commands evaluation. Imagine that nowadays service oriented architecture would use "SSH commands" for communication. Does that sound okay to you? I don't even say about "declarativity" with global variables and flow control on top of yaml. Poor bastards from red hat sold this to you.
@nominationonline
@nominationonline 4 года назад
Best ansible intro video so far I’ve watched, thank you
@douglasmclainberdeaux1534
@douglasmclainberdeaux1534 4 года назад
Look, I'm gonna watch the rest of the video, lol but my first reaction to your very first example was - "why doesn't he just do:" for i in $(seq 1 5);do echo ssh -i key me@server$i sed -ri 's/(regexp)/value/ /etc/resolv.conf';done
@NetworkChuck
@NetworkChuck 4 года назад
Haha, yeah, totally get that. Ansible is designed to be a bit more polished than a one off bash script.
@PMA65537
@PMA65537 4 года назад
How about some of the servers are powered off when you zap them so miss the update. Nothing breaks till someone decommissions the old DNS server later.
@wizdude
@wizdude 4 года назад
You can get ansible to power on the machines first :-)
@twentyrothmans7308
@twentyrothmans7308 4 года назад
That's pretty much what we do. We're not exactly haemorrhaging sysadmins where I ork. We just steal each other's code.
@krsna800
@krsna800 4 года назад
Hello Chuck, this was a very well put video which helped me get started....I followed two other courses on udemy and packt and they were quite a mess! you got me sorted and helped me get started. I like your style ....keep posting new videos. Cheers!
@b213videoz
@b213videoz Год назад
No, I don't 😛
@marginbuu212
@marginbuu212 2 года назад
Been going through your network learning about all the new keywords that are appearing in network engineer job searches nowadays. Very helpful. Thanks.
@ayoubaitlachgar816
@ayoubaitlachgar816 4 года назад
YOU NEED TO STOP LEARNING RIGHT NOW
@codenoob9325
@codenoob9325 4 года назад
Maybe you should Shut up right now?
@mikemegalodon2114
@mikemegalodon2114 2 года назад
Man, it's so much energy in this video!
@sanfordkenyoniii5918
@sanfordkenyoniii5918 9 месяцев назад
I have an exercise to do for an interview that will involve automating some IT tasks with ansible. this helped a lot, thank you
@gerowen
@gerowen 4 года назад
My home server runs Debian and I've automated a LOT of stuff, although none of it with ansible. Automating things makes life so much easier because when you don't have to babysit your server for every mundane little task, you can do other things. Automated system updates, automated reboots, automated app updates for Nextcloud, automated backups and automatic deletion of old backups, I even automated my Minecraft server to send server chat messages in the event of a power outage to let players know how much time is left before the server automatically shuts itself down to conserve battery power, assuming the power outage lasts that long. The fact that this is all automated though means that even if I'm home during a power outage, I don't have to worry about waking up in the middle of the night so I can log in and gracefully shut my servers down, because they'll take care of themselves, and even auto-power back on when power is restored. I may check out ansible though for one task in particular. I have a raspberry pi in addition to my main server that hosts OpenVPN and Pihole, and I modified my doshutdown script that apcupsd runs when the power goes and the battery gets low so that it logs into the pi server and shuts it down gracefully. Since my UPS can only be monitored by one device at a time, only the main server is able to keep track of what's going on, so I tasked it with taking care of the raspberry pi as well. Ansible might be a neat way of doing this. I might mess with it, might not since my current method of just using SSH with an ssh key for auth is working fine. Very cool stuff nonetheless.
@RenatoRegalado
@RenatoRegalado 4 года назад
I'm not an ansible beast, but I use ansible to patch clients server environments! It's managed to save a lot of man hours. Unfortunately I haven't been able to automatically reboot the servers because we have a lot of clustered windows servers who don't like to play well. I've been evangelizing Ansible for several years now and so happy for this video :)
@TheLakeJake3
@TheLakeJake3 4 года назад
Every video your space gets better looking. Very warm chill vibe, seems like a nice place to stare into a screen haha for real though
@hildicortes
@hildicortes 3 года назад
I just wanna say that I really love this video, I did my lab and It was absolutely awesome!! THANK YOU MASTER!
@ajaygoel1860
@ajaygoel1860 2 года назад
You are amazing bro..the way you teach shows how much passionate and knowledgeable you are about cutting edge technologies
@benjaminjackson5194
@benjaminjackson5194 4 года назад
This is one of the coolest videos I have seen on this channel. I consider myself still new to IT but my mind=blown
@allybiggs5423
@allybiggs5423 4 года назад
This is awesome ;) I'm not a network engineer I have been reading CCNA materials in spare time mainly as a hobby. My journey into IT was different I started with Linux and that became a passion. This Ansible stuff seems very powerful thank you for the introduction awesome stuff!
@kyle9954
@kyle9954 4 года назад
Thank you so much! I was watching videos for the past few days and doing a bunch of reading and couldn't seem to get it until this video!
@DavidSanchez-gv8nx
@DavidSanchez-gv8nx 4 года назад
I have been using ansible for the last 6 mounths i have lost the truck of the HUNDREDS of work hours i have saved. This is a usefull tool really easy to learn and that has the capabilities to radically change tue way you manage your servers
@ianstewart1188
@ianstewart1188 4 года назад
Thanks for the quick overview, just manged to install Ansible on my Ubuntu system which I install from the Windows store on my Windows 10 box and updated my Linux box , up in running in under 5 mins.
@doubleo_46
@doubleo_46 3 года назад
You taught me more than my college ever tried. Thanks brother.
@MattBowler
@MattBowler 2 года назад
And this is why I skipped college and went straight to Cisco certifications... 😆
@RickDoiche
@RickDoiche 4 года назад
Hey Chuck! That was a perfect timing cuz I was writing some initial playbooks. You are really practical and I like it! 😀
@christiansonnenberg6306
@christiansonnenberg6306 3 года назад
it's so nice to see how enthusiastic you are about the topics you are talking about :)
@marcelogontijo7055
@marcelogontijo7055 4 года назад
I was just thinking about how I could be more productive on doing repetitive stuffs, specially setups, on production environments... and Ansible looks awesome to solve this issue. Thank you
@scotttabor2406
@scotttabor2406 3 года назад
I need to learn ansible for work, you did the best job I could find explaining it. Great job!
@supriyoguha9314
@supriyoguha9314 3 года назад
Sir, I'm one of ur big fan..... I learnt so many things from u.... U teaching style is really different.... I really like that..... U already made me crazy sir...... Huge respect to u sir....🙏🏻
@cybersecurity-for-beginners
We are so used to learning from your magical style of teaching that we don't like technologies where your tutorials are not available for.
@Liebe-Futurel
@Liebe-Futurel 5 месяцев назад
I helped my company setup ansible so that I could easily provision and configure Cisco switches with a default config, customizing the host name and subnet for each. Though the way we do it is to create the config to a txt file and manually copy to each switch through ssh.
@ChristopherIsene
@ChristopherIsene 2 года назад
I managed 22 machines arranged in 3 environments, fetching configurations from 3 branches of a repo, deploying Nginx with configuration changes for 3 levels of services (DMZ/Ingress, internal and Egress) with one single playbook .. would never been able to do that without Ansible.
@AKATrae
@AKATrae 2 года назад
I started watching your channel to make my gf think I’m really smart but ended up actually learning a lot from you 😁
Далее
i automated my home lab (and CLOUD) with Ansible
12:44
Просмотров 249 тыс.
Linux File System/Structure Explained!
15:59
Просмотров 4,1 млн
🖤
00:18
Просмотров 331 тыс.
you need to learn Kubernetes RIGHT NOW!!
29:34
Просмотров 1,2 млн
What is Ansible?
11:06
Просмотров 177 тыс.
60 Linux Commands you NEED to know (in 10 minutes)
10:50
Что такое Ansible?
6:06
Просмотров 65 тыс.
I forced EVERYONE to use Linux
22:59
Просмотров 547 тыс.
he hacked my websites
34:24
Просмотров 179 тыс.
The intro to Docker I wish I had when I started
18:27
Просмотров 101 тыс.
Automating my Homelab with Ansible
13:18
Просмотров 340 тыс.
🖤
00:18
Просмотров 331 тыс.