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.
@AZbyNite4 ай бұрын
Same!
@GlutesEnjoyer4 жыл бұрын
This was one of the simplest and most straightforward ansible guides I've seen thanks man
@zwabbah48412 жыл бұрын
Tony why can’t you dance
@slinkychungus20442 жыл бұрын
@@zwabbah4841 Mike Oxlong
@akpesiriodiyoma40162 жыл бұрын
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..
@ashs53204 жыл бұрын
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
@xghram4 жыл бұрын
“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.
@phabeondominguez59714 жыл бұрын
Ain't there a movie too for Enders? Must watch or nah?
@calebkandoro45134 жыл бұрын
@@phabeondominguez5971 Nah, the books are way better!
@howlingfjord1064 жыл бұрын
I knew that sounded familiar! Thank you!
@phabeondominguez59714 жыл бұрын
@@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
@phabeondominguez59714 жыл бұрын
@@MichaelBushey SOLD, that's not a small claim so must check it out, will get to the book one day too though.. thanks
@TravisHubbard1Ай бұрын
super helpful and relatable! thanks so much for clarifying terms, walking thru this for folks that aren't super savvy on all the related apps!
@cainiak4 жыл бұрын
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.
@cainiak2 жыл бұрын
@@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 Жыл бұрын
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.
@imnottellingyoumyname3050Ай бұрын
Don't even know what this comment means
@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
@actually_peanuts4 жыл бұрын
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*
@DanielStinebaugh4 жыл бұрын
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.
@blkbrry43754 жыл бұрын
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.
@manicbassa4 жыл бұрын
@@blkbrry4375 as a Windows admin what's the best way to make the move like you did?
@heyheyheyy50083 жыл бұрын
What about Vagrant?
@ar_prichan3 жыл бұрын
Can't agree more. I'm completing my degree rn, using Terraform and Ansible are "absolute duo".
@Reiner0302 жыл бұрын
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
@alisonholloway67264 жыл бұрын
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.
@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!
@benstoll93802 жыл бұрын
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!
@R51232 жыл бұрын
Nice job, Ben! I'm late to the party
@NetworkChuck4 жыл бұрын
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
@zestrixalex37864 жыл бұрын
first)
@thelinuxostutorialsandprog44324 жыл бұрын
2nd
@LAGUY884 жыл бұрын
cron jobs do the sam e thing...duh
@cruzsylves54 жыл бұрын
im not able to register on linode. i am indian user.
@brilliancetventertainment94164 жыл бұрын
@NetworkChuck or anyone else, Does Ansible work with Solaris OS?
@gerrymaddock92344 жыл бұрын
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.
@mrwaeta14 жыл бұрын
Man this sounds cool , your CV must be massive , do you mind to be my mentor ? followed you on LinkedIn
@Viraj25954 жыл бұрын
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!
@gerrymaddock92344 жыл бұрын
Viraj Hodavdekar unfortunately with everything going on right now, we are in a hiring freeze
@allybiggs54234 жыл бұрын
You should do videos bro would love to learn from you.
@c0p0n4 жыл бұрын
Cool story bro
@z-avlogs87394 жыл бұрын
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.
@nevoyu3 жыл бұрын
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 :)
@maverickpeck60122 жыл бұрын
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!
@dekrob4 жыл бұрын
Im on to chuck, getting us trained with all these trendy tools. Then he opens a consulting company hiring us out for maximum profit....
@whiskeyjack75294 жыл бұрын
i'd be down tbh
@omo-ogun25174 жыл бұрын
I just enjoy the dude's energy, it's contagious
@knucklecorn4 жыл бұрын
hah trendy tools from 5-10 years ago
@TheDrAkira4 жыл бұрын
I'm totally IN if that happens xD
@ashp8344 жыл бұрын
@@knucklecorn have they all maxed out the hype cycle?
@cybersecurity-for-beginners2 жыл бұрын
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.
@TheRealKitWalker4 жыл бұрын
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. 👏👏👏🙏🙏 😊
@NetworkChuck4 жыл бұрын
Thank you Kit!! This comment has me fired up!!
@p.c.3362 жыл бұрын
When I was watching Dallas TV series in Turkey, you probably weren't born. Now you are teaching me something new.. But don't get wrong, I have no problem with this, thanks for your efforts, just wanted to mention ☺ 🙃
@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.
@ManishChalise4 жыл бұрын
Your teaching is insane. I love it. You are by far the BEST GURU I have ever found on youtube. Hands Down.
@joshd.81904 жыл бұрын
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
@rujaywhitehorne51554 жыл бұрын
Looool same here
@headinthekloudz4 жыл бұрын
Who's only talking to ppl who are trying to go Super Sayian Blue🤣
@katherine8364 жыл бұрын
Hahaha that's true I'm also learning python and linux😂
@davea994 жыл бұрын
I'm in the same boat. Trying to just get Cloud fundementals first before I jump into Linux. It's just too much
@rujaywhitehorne51554 жыл бұрын
@@davea99 you can do it. I learned CCNA in 6 weeks
@ogedaykhan990928 күн бұрын
This was one of the best tutorial about software enginnering i watched in this 7 years as.
@neoand_in2matrix4 жыл бұрын
You are an amazing man, the way of teach, give an example and capt the audience, thanks for your support!
@AnmolSoin-kg2hs4 жыл бұрын
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.
@Ffreeze904 жыл бұрын
as a pentester i really like "automation" - ansible looks pretty
@emsheeranstudio34594 жыл бұрын
Bro what qualification need for pentester & what is the basic things we should do?
@Ffreeze904 жыл бұрын
@@emsheeranstudio3459 oscp is a good start and then practise, practise, practise. I recommend hackthebox and tryhackme for beginner
@emsheeranstudio34594 жыл бұрын
@@Ffreeze90 thanks dude
@lsismeiro4 жыл бұрын
vi is hard in the begining but after some decades using it you will miss vi to edit files everywhere. :) You can "learn" vi in a few weeks, no worries. Most productive editor ever. :)
@msana44204 жыл бұрын
Every KZbin video: Hallo guys, today.. NetworkChuck: You need to learn __________ RIGHT NOW!!!!!
@NetworkChuck4 жыл бұрын
:) I hope everyone is catching on to the meme and not taking me too seriously. Learn it if it helps.
@msana44204 жыл бұрын
@@NetworkChuck ;)
@hassanmohammad49122 жыл бұрын
This was definitely the simplest ansible video literally!!!! Straight forward, I literally feel like I can make a playbook right now !! Thank you
@GenX-Memories4 жыл бұрын
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.
@jeffherdzina67164 жыл бұрын
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...
@tubes91814 жыл бұрын
If you don't like the video, don't watch. You must be a joy to work with.
@greenvm4 жыл бұрын
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..
@AdenMocca4 жыл бұрын
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.
@zackerthehacker4 жыл бұрын
Your presentation, production value and knowledge are all amazing. I loved this video and learned a thing. Thanks :D
@Mukawakadoodoo4 жыл бұрын
I’m switching fields to biomedical sciences, and realising that I will need some programming skills. Subscribed instantly man.
@nogodiggydie4 жыл бұрын
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.
@phabeondominguez59714 жыл бұрын
Well what facet of IT are you in then?
@nogodiggydie4 жыл бұрын
@@phabeondominguez5971 not in IT at all.
@RenatoRegalado4 жыл бұрын
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 :)
@karanbalwani4 жыл бұрын
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.
@louies69144 жыл бұрын
It helps you know one thing..like master it than to try to be The Jack of all trades master of none.
@rasmuslauritsen33954 жыл бұрын
I installed Ansible yesterday to control my raspberry pi cluster (testing Kubernetes), and today KZbin recommended this video.. thats what I call timing. :-)
@joekilbreth39014 жыл бұрын
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?
@termi052 жыл бұрын
you need to learn Ansible RIGHT NOW!! ... bullshit i thought, but after watching this tutorial I use ansible everyday. Thank you Chuck!
@katherine8364 жыл бұрын
Learn Docker right now Learn Ansible right now Next will be Learn Kubernetes right now😂
@АлексаМиловановић4 жыл бұрын
Learn everything now! 😂
@katherine8364 жыл бұрын
@@АлексаМиловановић yes you're right 😂
@agenttank4 жыл бұрын
oh, I thought that's a series
@peterdezwart2154 жыл бұрын
Openshift with Ansible (k8s)
@tiger_icecoldlive67624 жыл бұрын
Learn how to install OpenShift with Ansible right now!
@joaquin_cloudarch4 жыл бұрын
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!
@cristypy21454 жыл бұрын
A very nice video, Chuck! Thanks for another great content! Your explanation is excelent and easy to follow, as usual. Keep it up!!
@johnkennedy71104 жыл бұрын
I just used Ansible playbooks to install docker on both machines simultaneously. This is awesome! Thank you NetworkChuck!
@sytzebuz4 жыл бұрын
Hey NWC, second video I watch and can again say: "Now I get it!" God bless your work.
@NetworkChuck4 жыл бұрын
Thank you!
@fagu04 жыл бұрын
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
@bswordsman43204 жыл бұрын
Too many things to learn sir. Still trying to learn docker... and python, but at least I got my CCNA.
@K2_Chris4 жыл бұрын
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_Chris4 жыл бұрын
Oh, I almost forgot.... an Airgun for squirrels and set of BiDi SFP......
@mt18854 жыл бұрын
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.
@eightiesgeek4 жыл бұрын
'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'
@rinat19854 жыл бұрын
not to mention using Ctrl-c instead of badly inconvenient Esc for normal mode :)
@CaptDunkstormen4 жыл бұрын
Reminds me so much of Desired State Configuration on Windows 👌
@robertthomas59064 жыл бұрын
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.
@fleggle3 жыл бұрын
ansible has some of the best official documentation that I've ever seen, rarely have to look elsewhere for the module instructions!
@afroman12424 жыл бұрын
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.
@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!
@MadrasaTechOfficial4 жыл бұрын
What board and software you are using to do the explanation if you don't mind?
@interguy5894 жыл бұрын
I believe he uses adobe photoshop to draw.
@juanignacioaschura94374 жыл бұрын
Adobe Photoshop on a WACOM Cintiq 22HD
@---iy7bj3 жыл бұрын
MS Paint on a TI-83 Calculator
@TheEast0078 ай бұрын
Just finished a project in Ansible and it was pretty fun
@Johnnyboycurtis4 жыл бұрын
You need to learn Ansible if you think you’ll end up needing to use Ansible at your job
@allybiggs54234 жыл бұрын
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!
@Questchaun4 жыл бұрын
This guy makes a lot of "you need to learn [insert] naooo" vids.
@deus52154 жыл бұрын
Questchaun Because he’s right
@DanStarktheReal4 жыл бұрын
Welcome to IT, where we must always LEARN ALL THE THINGS!
@GavinFreeborn4 жыл бұрын
@@DanStarktheReal except vim apparently
@zestrixalex37864 жыл бұрын
Turns out I really do. I need CCNA even for BDM positions novadays.
@Questchaun4 жыл бұрын
@@deus5215 lol I know.
@AKATrae2 жыл бұрын
I started watching your channel to make my gf think I’m really smart but ended up actually learning a lot from you 😁
@DaveSomething4 жыл бұрын
the beard of knowledge strikes again!
@sharmanick13 жыл бұрын
Your videos have become 1st videos to see and understand the overview in the simplest & relatable explanation for IT topics like this, thank you !!
@MrKeith-hc2fv4 жыл бұрын
"Learn this now" = "The most important part of every lesson is getting started."
@AnantaAkash.Podder8 ай бұрын
This is most Simple Introduction to Ansible... Thank you very much NetworkChuck... Your Explanation is truly amazing
@AuXXKeyz4 жыл бұрын
We've gotta learn everything now
@DavidSanchez-gv8nx4 жыл бұрын
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
@samuelb79444 жыл бұрын
We ended up connecting all our 350 nodes to ansimble. Thanks for the tutorial! This is amazing. - Deploys.cc
@NetworkChuck4 жыл бұрын
Thank you!
@LieberLois4 жыл бұрын
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)
@djsimplyseth4 жыл бұрын
@@LieberLois Verizon deploys EKS and all critical components with Ansible. Search `Ansible Module Index` that might inspire you
@steveoc644 жыл бұрын
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 !
@a.ismael473 жыл бұрын
4:01 "cisco routers running cisco ios" EverythingApplePro: "There are rumors about cisco ios"
@flapa20102 жыл бұрын
These was all I needed to kick-off learning ansible...now am already dancing in the playbook. Thanks Chuck!
@earlofnim4 жыл бұрын
Heres a stupid question: “how does this work in autoscaling environments when your hosts are constantly changing?”
@djsimplyseth4 жыл бұрын
You can use dynamic inventories, It's used in Verizon for very large multi-service AWS deployments.
@dawitaraya67274 жыл бұрын
The best tutorial video I have seen so far on KZbin. Love the way you deliver the concepts and your energy man.
@wtfitsaduck._.77884 жыл бұрын
sooooo its a glorified sshpass bash script 🤔
@dadquestionmark4 жыл бұрын
Yep
@ER_aka_RAM4 жыл бұрын
My thoughts exactly! 🤦🏽♂️
@davidthedreamer04 жыл бұрын
oooooooohhh! 😂 underrated comment, man
@johnjames_cowperthwaite4 жыл бұрын
not anywhere close to understanding the scalability and use cases for Ansible, Ansible Engine or the RESTful api
@bogdanbliznuk73554 жыл бұрын
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.
@krsna8004 жыл бұрын
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!
@douglasmclainberdeaux15344 жыл бұрын
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
@NetworkChuck4 жыл бұрын
Haha, yeah, totally get that. Ansible is designed to be a bit more polished than a one off bash script.
@PMA655374 жыл бұрын
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.
@wizdude4 жыл бұрын
You can get ansible to power on the machines first :-)
@twentyrothmans73084 жыл бұрын
That's pretty much what we do. We're not exactly haemorrhaging sysadmins where I ork. We just steal each other's code.
@hildicortes3 жыл бұрын
I just wanna say that I really love this video, I did my lab and It was absolutely awesome!! THANK YOU MASTER!
@ayoubaitlachgar8164 жыл бұрын
YOU NEED TO STOP LEARNING RIGHT NOW
@codenoob93254 жыл бұрын
Maybe you should Shut up right now?
@supriyoguha93144 жыл бұрын
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....🙏🏻
@b213videoz Жыл бұрын
No, I don't 😛
@jong23594 жыл бұрын
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.
@edewerth4 жыл бұрын
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.
@jong23594 жыл бұрын
@@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.
@djvincon4 жыл бұрын
Dear Chuck, I need to apologize. The mostly clickbaity title's made me not click and watch your content. Today I made first contact with ansible and I thought lets give it a try... And o boy im glad I did! Very well explained and the live drawing makes it teacher -> student easy. You make the right decisions in were to go in depth and where not. Subbed and liked. Thank you.
@benjaminjackson51944 жыл бұрын
This is one of the coolest videos I have seen on this channel. I consider myself still new to IT but my mind=blown
@quame20244 жыл бұрын
Thank you NetworkChunk your videos always inspire me. Much love all the way from Ghana.
@TheLakeJake34 жыл бұрын
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
@ianstewart11884 жыл бұрын
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.
@carlsagan23714 жыл бұрын
AHHH I just watched all of Chuck's videos at once and am having to learn 50 whole networking tools all at once!!!!!
@g-jalil69614 жыл бұрын
Dude, you were born for teaching 👍. I have come 1000 times across your videos but never payed attention coz it seemed like you make small talk bout various things. Today i needed Ansible and as your video appeared, decided to give try. I didn't expect that it will be tutoring. But i enjoyed it. Keep doin staff and if you feel confident make udemy courses, i'll be the first customer. Going this way you gonna beat Eli the computer guy)
@NetworkChuck4 жыл бұрын
Thanks Gaya!! This means a lot to me.
@TheNimblegeek Жыл бұрын
Best instructional I've experienced so far on the web... Amazing energy and practical content.
@TheDrAkira4 жыл бұрын
I Just found this channel a few days ago and i really love the enthusiasm of the explanations!!! Precise, concise and good quality. Plus I always trust a man with a good neat beard talking about IT stuff xDDD
@nominationonline4 жыл бұрын
Best ansible intro video so far I’ve watched, thank you
@DJchristopher924 жыл бұрын
Well there are too many things to learn, you just need to take all those step by step, you don't have to learn them all at once, just the ones that currently will help you and make your life easier!!! Chuck. Dude you make these seem so simple to understand! Nice!
@juandelacruz32292 жыл бұрын
this was one of the easiest way to understand ansible. thanks Chuck. great content as always :)
@ajaygoel18602 жыл бұрын
You are amazing bro..the way you teach shows how much passionate and knowledgeable you are about cutting edge technologies
@wickgurl142 жыл бұрын
learning this this week through full sail university. this video was much more informative than the lecture was
@marcelogontijo70554 жыл бұрын
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
@marginbuu2122 жыл бұрын
Been going through your network learning about all the new keywords that are appearing in network engineer job searches nowadays. Very helpful. Thanks.
@kyle99544 жыл бұрын
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!
@okomazubuike90322 жыл бұрын
One of the best videos on Ansible I've seen. Thanks Chuck
@scotttabor24064 жыл бұрын
I need to learn ansible for work, you did the best job I could find explaining it. Great job!
@mohanurs29434 жыл бұрын
Oh Dude, Your explanations are just like an Ansible PlayBooks 😂.. like to learn more from your videos. Please keep uploading more on Ansible.