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

2024 ж. 18 Мам.
839 311 Рет қаралды

Start learning Ansible with a lab on Linode with $100 credit: bit.ly/nc_linode
*Sponsored by Linode
➡️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
*Below you will find what are known as affiliate links. Basically, links to really great stuff I use that, if you buy, I will receive a super small kickback that helps support this channel. Thanks!!*
(GEAR I USE...STUFF I RECOMMEND)
Amazon Affiliate Store: www.amazon.com/shop/networkchuck
Buy a Raspberry Pi:
amzn.to/2M1iMXp
----------------------------------------------------------------------------------------------------------------
🤝🤝🤝JOIN THE Cisco Routing and Switching FACEBOOK STUDY GROUP: bit.ly/2A3vah0
🤝🤝🤝JOIN THE CCNA/CCNP Collaboration FACEBOOK STUDY GROUP: bit.ly/2FEE9aH
----------------------------------------------------------------------------------------------------------------
mcsa vcp mcse ine mta tshoot 300-135 az-900 az 900 az900 Microsoft Azure Devnet Associate
Cisco Devnet Associate
CCNP Enterprise
CCNP Security
CCNP Data Center
CCNP Service Provider
CCNP Collaboration
Cisco Certified Devnet Professional
Cisco Certified Network Professional
CompTIA Linux+
Linux+
Ethical Hacking
Hacking
#ansible #linux #networkautomation

Пікірлер
  • This was one of the simplest and most straightforward ansible guides I've seen thanks man

    @GlutesEnjoyer@GlutesEnjoyer4 жыл бұрын
    • Tony why can’t you dance

      @zwabbah4841@zwabbah48412 жыл бұрын
    • @@zwabbah4841 Mike Oxlong

      @slinkychungus2044@slinkychungus20442 жыл бұрын
  • 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.

    @nigelnovelo279@nigelnovelo2795 ай бұрын
  • “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.

    @xghram@xghram4 жыл бұрын
    • Ain't there a movie too for Enders? Must watch or nah?

      @phabeondominguez5971@phabeondominguez59714 жыл бұрын
    • @@phabeondominguez5971 Nah, the books are way better!

      @calebkandoro4513@calebkandoro45134 жыл бұрын
    • I knew that sounded familiar! Thank you!

      @howlingfjord106@howlingfjord1063 жыл бұрын
    • @@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@phabeondominguez59713 жыл бұрын
    • @@MichaelBushey SOLD, that's not a small claim so must check it out, will get to the book one day too though.. thanks

      @phabeondominguez5971@phabeondominguez59713 жыл бұрын
  • 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.

    @DanielStinebaugh@DanielStinebaugh4 жыл бұрын
    • 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.

      @blkbrry4375@blkbrry43753 жыл бұрын
    • @@blkbrry4375 as a Windows admin what's the best way to make the move like you did?

      @manicbassa@manicbassa3 жыл бұрын
    • What about Vagrant?

      @heyheyheyy5008@heyheyheyy50082 жыл бұрын
    • Can't agree more. I'm completing my degree rn, using Terraform and Ansible are "absolute duo".

      @ar_prichan@ar_prichan2 жыл бұрын
    • 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

      @Reiner030@Reiner0302 жыл бұрын
  • 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.

    @cainholshouser7067@cainholshouser70673 жыл бұрын
    • @@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.

      @cainholshouser7067@cainholshouser7067 Жыл бұрын
    • 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.

      @devops1044@devops1044 Жыл бұрын
  • 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..

    @akpesiriodiyoma4016@akpesiriodiyoma40162 жыл бұрын
  • 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.

    @mmrk_@mmrk_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....

    @dekrob@dekrob4 жыл бұрын
    • i'd be down tbh

      @whiskeyjack7529@whiskeyjack75294 жыл бұрын
    • I just enjoy the dude's energy, it's contagious

      @omo-ogun2517@omo-ogun25174 жыл бұрын
    • hah trendy tools from 5-10 years ago

      @knucklecorn@knucklecorn4 жыл бұрын
    • I'm totally IN if that happens xD

      @TheDrAkira@TheDrAkira3 жыл бұрын
    • @@knucklecorn have they all maxed out the hype cycle?

      @ashp834@ashp8343 жыл бұрын
  • 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.

    @timandmel777@timandmel7773 жыл бұрын
  • 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.

    @alisonholloway6726@alisonholloway67264 жыл бұрын
  • You are an amazing man, the way of teach, give an example and capt the audience, thanks for your support!

    @neoandlifestyle2514@neoandlifestyle25143 жыл бұрын
  • The best tutorial video I have seen so far on KZhead. Love the way you deliver the concepts and your energy man.

    @dawitaraya6727@dawitaraya67273 жыл бұрын
  • 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

    @ashs5320@ashs53203 жыл бұрын
  • 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.

    @z-avlogs8739@z-avlogs87394 жыл бұрын
  • 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!

    @joaquin_cloudarch@joaquin_cloudarch4 жыл бұрын
  • 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*

    @kayurbach5182@kayurbach51823 жыл бұрын
  • 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. 👏👏👏🙏🙏 😊

    @TheRealKitWalker@TheRealKitWalker4 жыл бұрын
    • Thank you Kit!! This comment has me fired up!!

      @NetworkChuck@NetworkChuck4 жыл бұрын
  • 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.

    @gerrymaddock9234@gerrymaddock92344 жыл бұрын
    • Man this sounds cool , your CV must be massive , do you mind to be my mentor ? followed you on LinkedIn

      @mrwaeta1@mrwaeta14 жыл бұрын
    • 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!

      @Viraj2595@Viraj25954 жыл бұрын
    • Viraj Hodavdekar unfortunately with everything going on right now, we are in a hiring freeze

      @gerrymaddock9234@gerrymaddock92344 жыл бұрын
    • You should do videos bro would love to learn from you.

      @allybiggs5423@allybiggs54234 жыл бұрын
    • Cool story bro

      @c0p0n@c0p0n3 жыл бұрын
  • 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!

    @kyle9954@kyle99543 жыл бұрын
  • 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.

    @ianstewart1188@ianstewart11884 жыл бұрын
  • Your presentation, production value and knowledge are all amazing. I loved this video and learned a thing. Thanks :D

    @zackerthehacker@zackerthehacker3 жыл бұрын
  • A very nice video, Chuck! Thanks for another great content! Your explanation is excelent and easy to follow, as usual. Keep it up!!

    @cristypy2145@cristypy21453 жыл бұрын
  • 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!

    @edddieee-main-geee-@edddieee-main-geee-11 ай бұрын
  • Thank you for this video. I've been meaning to learn ansible for work and this is just the perfect introduction I needed.

    @bradleymorris161@bradleymorris1614 жыл бұрын
  • 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.

    @karanbalwani@karanbalwani3 жыл бұрын
    • It helps you know one thing..like master it than to try to be The Jack of all trades master of none.

      @louies6914@louies69143 жыл бұрын
  • 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

    @NetworkChuck@NetworkChuck4 жыл бұрын
    • first)

      @zestrixalex3786@zestrixalex37864 жыл бұрын
    • 2nd

      @thelinuxostutorialsandprog4432@thelinuxostutorialsandprog44324 жыл бұрын
    • cron jobs do the sam e thing...duh

      @LAGUY88@LAGUY884 жыл бұрын
    • im not able to register on linode. i am indian user.

      @cruzsylves5@cruzsylves54 жыл бұрын
    • @NetworkChuck or anyone else, Does Ansible work with Solaris OS?

      @brilliancetventertainment9416@brilliancetventertainment94164 жыл бұрын
  • I just wanna say that I really love this video, I did my lab and It was absolutely awesome!! THANK YOU MASTER!

    @hildicortes@hildicortes3 жыл бұрын
  • Best ansible intro video so far I’ve watched, thank you

    @nominationonline@nominationonline4 жыл бұрын
  • What board and software you are using to do the explanation if you don't mind?

    @MadrasaTechOfficial@MadrasaTechOfficial4 жыл бұрын
    • I believe he uses adobe photoshop to draw.

      @interguy589@interguy5893 жыл бұрын
    • Adobe Photoshop on a WACOM Cintiq 22HD

      @juanignacioaschura9437@juanignacioaschura94373 жыл бұрын
    • MS Paint on a TI-83 Calculator

      @---iy7bj@---iy7bj2 жыл бұрын
  • 16:55 The suspense! The thrills! "So many cool things happened just now!"

    @peteroman4760@peteroman47604 жыл бұрын
  • This was definitely the simplest ansible video literally!!!! Straight forward, I literally feel like I can make a playbook right now !! Thank you

    @hassanmohammad4912@hassanmohammad49122 жыл бұрын
  • These was all I needed to kick-off learning ansible...now am already dancing in the playbook. Thanks Chuck!

    @flapa2010@flapa2010 Жыл бұрын
  • Reminds me so much of Desired State Configuration on Windows 👌

    @BenjaminDunkstormenJrgensen1@BenjaminDunkstormenJrgensen14 жыл бұрын
    • 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.

      @robertthomas5906@robertthomas59063 жыл бұрын
  • as a pentester i really like "automation" - ansible looks pretty

    @Ffreeze90@Ffreeze903 жыл бұрын
    • Bro what qualification need for pentester & what is the basic things we should do?

      @emsheeranstudio3459@emsheeranstudio34593 жыл бұрын
    • @@emsheeranstudio3459 oscp is a good start and then practise, practise, practise. I recommend hackthebox and tryhackme for beginner

      @Ffreeze90@Ffreeze903 жыл бұрын
    • @@Ffreeze90 thanks dude

      @emsheeranstudio3459@emsheeranstudio34593 жыл бұрын
  • I just used Ansible playbooks to install docker on both machines simultaneously. This is awesome! Thank you NetworkChuck!

    @johnkennedy7110@johnkennedy71104 жыл бұрын
  • the way you explain it, really simplify the information, and make it easy for everyone to understand, so much love

    @yousita3394@yousita33943 жыл бұрын
  • 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!

    @maverickpeck6012@maverickpeck60122 жыл бұрын
  • Too many things to learn sir. Still trying to learn docker... and python, but at least I got my CCNA.

    @bswordsman4320@bswordsman43204 жыл бұрын
    • 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_Chris4 жыл бұрын
    • Oh, I almost forgot.... an Airgun for squirrels and set of BiDi SFP......

      @K2_Chris@K2_Chris4 жыл бұрын
    • 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.

      @mt1885@mt18853 жыл бұрын
  • 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

    @marcelogontijo7055@marcelogontijo70554 жыл бұрын
  • Love your vids Chuck. You make the world of IT seem a lot more accessible, thanks!

    @Clapham888@Clapham8884 жыл бұрын
  • Hey NWC, second video I watch and can again say: "Now I get it!" God bless your work.

    @sytzebuz@sytzebuz4 жыл бұрын
    • Thank you!

      @NetworkChuck@NetworkChuck4 жыл бұрын
  • 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

    @joshd.8190@joshd.81904 жыл бұрын
    • Looool same here

      @rujaywhitehorne5155@rujaywhitehorne51554 жыл бұрын
    • Who's only talking to ppl who are trying to go Super Sayian Blue🤣

      @headinthekloudz@headinthekloudz4 жыл бұрын
    • Hahaha that's true I'm also learning python and linux😂

      @katherine836@katherine8364 жыл бұрын
    • I'm in the same boat. Trying to just get Cloud fundementals first before I jump into Linux. It's just too much

      @davea.9927@davea.99274 жыл бұрын
    • @@davea.9927 you can do it. I learned CCNA in 6 weeks

      @rujaywhitehorne5155@rujaywhitehorne51554 жыл бұрын
  • Your teaching is insane. I love it. You are by far the BEST GURU I have ever found on youtube. Hands Down.

    @ManishChalise@ManishChalise4 жыл бұрын
  • Thank you NetworkChunk your videos always inspire me. Much love all the way from Ghana.

    @kwameBoajo@kwameBoajo4 жыл бұрын
  • Every KZhead video: Hallo guys, today.. NetworkChuck: You need to learn __________ RIGHT NOW!!!!!

    @msana4420@msana44204 жыл бұрын
    • :) I hope everyone is catching on to the meme and not taking me too seriously. Learn it if it helps.

      @NetworkChuck@NetworkChuck4 жыл бұрын
    • @@NetworkChuck ;)

      @msana4420@msana44204 жыл бұрын
  • 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?

    @joekilbreth3901@joekilbreth39013 жыл бұрын
  • 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!

    @krsna800@krsna8004 жыл бұрын
  • 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!

    @orsonc.badger7421@orsonc.badger74213 жыл бұрын
  • 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.

    @nogodiggydie@nogodiggydie4 жыл бұрын
    • Well what facet of IT are you in then?

      @phabeondominguez5971@phabeondominguez59714 жыл бұрын
    • @@phabeondominguez5971 not in IT at all.

      @nogodiggydie@nogodiggydie4 жыл бұрын
  • We've gotta learn everything now

    @AuXXKeyz@AuXXKeyz4 жыл бұрын
  • Your videos have become 1st videos to see and understand the overview in the simplest & relatable explanation for IT topics like this, thank you !!

    @sharmanick1@sharmanick13 жыл бұрын
  • Hey Chuck! That was a perfect timing cuz I was writing some initial playbooks. You are really practical and I like it! 😀

    @RickDoiche@RickDoiche4 жыл бұрын
  • the beard of knowledge strikes again!

    @DaveSomething@DaveSomething4 жыл бұрын
  • Learn Docker right now Learn Ansible right now Next will be Learn Kubernetes right now😂

    @katherine836@katherine8364 жыл бұрын
    • Learn everything now! 😂

      @user-vr1sn5nv8i@user-vr1sn5nv8i4 жыл бұрын
    • @@user-vr1sn5nv8i yes you're right 😂

      @katherine836@katherine8364 жыл бұрын
    • oh, I thought that's a series

      @agenttank@agenttank4 жыл бұрын
    • Openshift with Ansible (k8s)

      @peterdezwart215@peterdezwart2154 жыл бұрын
    • Learn how to install OpenShift with Ansible right now!

      @tiger_icecoldlive6762@tiger_icecoldlive67624 жыл бұрын
  • You are amazing bro..the way you teach shows how much passionate and knowledgeable you are about cutting edge technologies

    @ajaygoel1860@ajaygoel1860 Жыл бұрын
  • I need to learn ansible for work, you did the best job I could find explaining it. Great job!

    @scotttabor2406@scotttabor24063 жыл бұрын
  • We ended up connecting all our 350 nodes to ansimble. Thanks for the tutorial! This is amazing. - Deploys.cc

    @samuelb7944@samuelb79444 жыл бұрын
    • Thank you!

      @NetworkChuck@NetworkChuck4 жыл бұрын
    • 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)

      @LieberLois@LieberLois3 жыл бұрын
    • @@LieberLois Verizon deploys EKS and all critical components with Ansible. Search `Ansible Module Index` that might inspire you

      @djsimplyseth@djsimplyseth3 жыл бұрын
  • 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.

    @afroman1242@afroman12424 жыл бұрын
  • 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!

    @benstoll9380@benstoll9380 Жыл бұрын
    • Nice job, Ben! I'm late to the party

      @R5123@R5123 Жыл бұрын
  • 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!

    @allybiggs5423@allybiggs54234 жыл бұрын
  • 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.

    @GenX-Memories@GenX-Memories4 жыл бұрын
    • 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...

      @jeffherdzina6716@jeffherdzina67164 жыл бұрын
    • If you don't like the video, don't watch. You must be a joy to work with.

      @tubes9181@tubes91814 жыл бұрын
    • 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..

      @greenvm@greenvm3 жыл бұрын
  • You need to learn Ansible if you think you’ll end up needing to use Ansible at your job

    @Johnnyboycurtis@Johnnyboycurtis4 жыл бұрын
  • Thank you for the video. It was clean and concise. I am studying RHCSA now, will start with ansible in a month. So this was very helpful.

    @AK-wn5ri@AK-wn5ri3 жыл бұрын
  • Working on the A+. Trying to stay motivated. Your helping. Thank you.

    @kennethfatejr5794@kennethfatejr57944 жыл бұрын
  • "Learn this now" = "The most important part of every lesson is getting started."

    @MrKeith-hc2fv@MrKeith-hc2fv3 жыл бұрын
  • 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

    @douglasmclainberdeaux1534@douglasmclainberdeaux15344 жыл бұрын
    • Haha, yeah, totally get that. Ansible is designed to be a bit more polished than a one off bash script.

      @NetworkChuck@NetworkChuck4 жыл бұрын
    • 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.

      @PMA65537@PMA655374 жыл бұрын
    • You can get ansible to power on the machines first :-)

      @wizdude@wizdude4 жыл бұрын
    • That's pretty much what we do. We're not exactly haemorrhaging sysadmins where I ork. We just steal each other's code.

      @twentyrothmans7308@twentyrothmans73084 жыл бұрын
  • Thanks to you I met ansible. Knowing ansible, set me in a new level and I got a new job where it's needed.

    @AlexLimaca@AlexLimaca2 жыл бұрын
  • This is one of the coolest videos I have seen on this channel. I consider myself still new to IT but my mind=blown

    @benjaminjackson5194@benjaminjackson51944 жыл бұрын
  • sooooo its a glorified sshpass bash script 🤔

    @wtfitsaduck._.7788@wtfitsaduck._.77884 жыл бұрын
    • Yep

      @dadquestionmark@dadquestionmark4 жыл бұрын
    • My thoughts exactly! 🤦🏽‍♂️

      @ER_aka_RAM@ER_aka_RAM4 жыл бұрын
    • oooooooohhh! 😂 underrated comment, man

      @David-iu3ep@David-iu3ep4 жыл бұрын
    • not anywhere close to understanding the scalability and use cases for Ansible, Ansible Engine or the RESTful api

      @johnjames_cowperthwaite@johnjames_cowperthwaite4 жыл бұрын
    • 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.

      @bogdanbliznuk7355@bogdanbliznuk73553 жыл бұрын
  • This guy makes a lot of "you need to learn [insert] naooo" vids.

    @Questchaun@Questchaun4 жыл бұрын
    • Questchaun Because he’s right

      @deus5215@deus52154 жыл бұрын
    • Welcome to IT, where we must always LEARN ALL THE THINGS!

      @DanStarktheReal@DanStarktheReal4 жыл бұрын
    • @@DanStarktheReal except vim apparently

      @GavinFreeborn@GavinFreeborn4 жыл бұрын
    • Turns out I really do. I need CCNA even for BDM positions novadays.

      @zestrixalex3786@zestrixalex37864 жыл бұрын
    • @@deus5215 lol I know.

      @Questchaun@Questchaun4 жыл бұрын
  • it's so nice to see how enthusiastic you are about the topics you are talking about :)

    @christiansonnenberg6306@christiansonnenberg63063 жыл бұрын
  • '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'

    @eightiesgeek@eightiesgeek4 жыл бұрын
    • not to mention using Ctrl-c instead of badly inconvenient Esc for normal mode :)

      @rinat1985@rinat19854 жыл бұрын
  • 4:01 "cisco routers running cisco ios" EverythingApplePro: "There are rumors about cisco ios"

    @Abo7med474@Abo7med4743 жыл бұрын
  • Heres a stupid question: “how does this work in autoscaling environments when your hosts are constantly changing?”

    @earlofnim@earlofnim3 жыл бұрын
    • You can use dynamic inventories, It's used in Verizon for very large multi-service AWS deployments.

      @djsimplyseth@djsimplyseth3 жыл бұрын
  • 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.

    @AnmolSoin-kg2hs@AnmolSoin-kg2hs3 жыл бұрын
  • 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.

    @AdenMocca@AdenMocca3 жыл бұрын
  • YOU NEED TO STOP LEARNING RIGHT NOW

    @ayoubaitlachgar816@ayoubaitlachgar8164 жыл бұрын
    • Maybe you should Shut up right now?

      @codenoob9325@codenoob93254 жыл бұрын
  • Been going through your network learning about all the new keywords that are appearing in network engineer job searches nowadays. Very helpful. Thanks.

    @marginbuu212@marginbuu212 Жыл бұрын
  • Just finished a project in Ansible and it was pretty fun

    @TheEast007@TheEast00727 күн бұрын
  • 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

    @TheDrAkira@TheDrAkira3 жыл бұрын
  • Thank you for your video for giving a easy friendly clear demo of Ansible. It was stick on my todo list for a long time 👍

    @ericli3004@ericli30044 жыл бұрын
  • One of the best videos on Ansible I've seen. Thanks Chuck

    @okomazubuike9032@okomazubuike9032 Жыл бұрын
  • ansible has some of the best official documentation that I've ever seen, rarely have to look elsewhere for the module instructions!

    @fleggle@fleggle2 жыл бұрын
  • seriouslly, I just love the way you teach stuff. Tanks for all material.

    @gabrielbrasil2844@gabrielbrasil28443 жыл бұрын
  • Thank you for the speedy (basic) intro, Chuck, it’s worthy of testing, very powerfull.

    @moussabnmohdahman5318@moussabnmohdahman53184 жыл бұрын
  • Man, it's a great joy to watch your tutorials. :)

    @Troglodyte2021@Troglodyte202111 ай бұрын
  • I have an exercise to do for an interview that will involve automating some IT tasks with ansible. this helped a lot, thank you

    @sanfordkenyoniii5918@sanfordkenyoniii59185 ай бұрын
  • Just installed it. Playing with scap remediation scripts to get started. I'm planning on making playbooks for a bunch of different stacks. Pretty much all my bash post-installation scripts are getting moved over. Thanks for this. I'm about to go buck wild with this.

    @justsomeguy7926@justsomeguy79263 жыл бұрын
  • Man, it's so much energy in this video!

    @mikemegalodon2114@mikemegalodon2114 Жыл бұрын
  • 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.

    @Moneymike82@Moneymike825 ай бұрын
  • Dude you are awesome man. Thanks for the work you are doing for the community

    @utkarshagrawal6060@utkarshagrawal60603 жыл бұрын
  • Hello sir, Great video. Always enjoy your work. Just started using Ansible myself. Just built a lab in CML to practice in.

    @mrcaf2824@mrcaf28243 жыл бұрын
  • Thank you for the great intro. You sold me Ansible and Linode. Thanks. One thing I couldn't stop noticing, why aren't using Tab and typing every single letter :)

    @gchandra007@gchandra0074 жыл бұрын
  • love your tutorials, the way you present information about yout subjects is as simple as it gets, I hope you have something about kubernetes, thanks and good luck for future videos

    @ziadatzakaria9831@ziadatzakaria98314 жыл бұрын
  • 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!

    @MrEvenStranger@MrEvenStranger Жыл бұрын
  • Great video chuck! I took David Bombal's Ansible course almost a year ago and really loved it!

    @JorgeAlmazan@JorgeAlmazan4 жыл бұрын
  • Learned Ansible a few years ago. Very nice product.

    @SherrillDarby@SherrillDarby Жыл бұрын
  • This is super simple and neat. I have never heard of this before. I’ll be looking at implementing this in production.

    @Ultrakicks@Ultrakicks4 жыл бұрын
  • I love it how open source projects are becoming the best softwares to use. Gonna dig in, thx for the vid!

    @davidg4612@davidg46123 жыл бұрын
  • Thanks for taking the time to make such amazing content ✨️

    @carlosacosta799@carlosacosta799 Жыл бұрын
KZhead