get started with Ansible Network Automation (FREE cisco router lab)

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 192

  • @NetworkChuck
    @NetworkChuck  4 года назад +16

    Start studying for the CCNP ENCOR: bit.ly/ccnp-cbt
    Get started with the CCNA: bit.ly/cbtccna
    ➡️Checkout ALL my training at CBT Nuggets: bit.ly/nc-cbt-2020
    (what is Ansible???: ruclips.net/video/5hycyr-8EKs/видео.html)
    Let's start automating your network devices with Ansible:
    FREE CISCO ROUTER 1: bit.ly/devnet-rtr1
    FREE CISCO ROUTER 2: bit.ly/devnet-rtr2
    Ansible Playbook Example: bit.ly/devnet-yml
    ➡️Support NetworkChuck: bit.ly/2XPaF7u
    ➡️Need help? Join the community: bit.ly/nc-discord

    • @sadniks
      @sadniks 4 года назад

      L

    • @horroroaths7686
      @horroroaths7686 3 года назад

      I watch all your videos I was just watching one before I went to this video

  • @afara2000
    @afara2000 3 года назад +11

    Thanks for sharing. A quick hit about vi editor: if you're looking for a specific word or string within a large file, instead of scrolling up and down to find that string, just press ":/" without quotes and type desired string after / and hit enter. It will take cursor to first occurrence of that string. Then you hit "n" key (short for next) to jump through all other occurrences of that string. This may save you some time in the future.

  • @binsitt
    @binsitt 4 года назад +34

    Awesome! For some reason I was afraid of Ansible and this little tutorial replaced my fear with HUGE interest.

  • @FaLkraydz
    @FaLkraydz 4 месяца назад +1

    Idk if you still check out comments on your old videos, but when I'm burned out, you save me. I always feel more motivated after watching a video on your channel, and that works for any video. Thanks, man.

  • @Randystites66207
    @Randystites66207 3 года назад +2

    I use Ansible everyday for a VERY large company and LOVE IT!!!

  • @ambercasas3312
    @ambercasas3312 4 года назад +8

    Love it bro. I enjoy your live vids, but these quick “how-to’s” really hits the motivation spot. Crazy how hard you think something is until you try it. Had a lot of fun trying this out! Thank you.

  • @saurabhsharma7123
    @saurabhsharma7123 4 года назад +57

    I owe a LOT to you. You make these intricate things, soooo easy to grasp and make me fall in love with them.
    Really appreciate the efforts, you put in, to make these high quality content. 😍😍

    • @jmhm17
      @jmhm17 4 года назад +2

      Check out CBT Nuggets, almost all the trainers are just as relatable. I owe a good chunk of my career to these guys..

  • @mrasim78
    @mrasim78 3 года назад +2

    Hats Off! For some reason I was afraid of Ansible and this little tutorial replaced my fear with HUGE interest.

  • @Flamadiddle2
    @Flamadiddle2 3 года назад +1

    Video is pure gold, thank you! However, I spent hours troubleshooting why mine wouldn't work. In the end I realized I could not even access the Cisco environments with putty so tip for anyone having trouble, make sure you can access/login to the Cisco devices via SSH before tearing your hair out! Not sure why but the next morning I was able to login and Voila! success! The Tiger King lives!

  • @anaschehbouni8699
    @anaschehbouni8699 4 года назад +1

    Missed your old intro music, each time I return back to see one of your old videos to listen to it hhhhh it's just amazing !!

  • @KaranSingh-or7yy
    @KaranSingh-or7yy 4 года назад +2

    Now , this kind of videos I like the most. Short and crisp. 👌👌 Not that _LONG_ movies of 1 hr you make.

    • @Jimmy_Jones
      @Jimmy_Jones 4 года назад +1

      Sometimes 1 hour movies are necessary

  • @Randystites66207
    @Randystites66207 3 года назад +1

    Ansible can be made to do EVERYTHING!!!

  • @deus5215
    @deus5215 4 года назад +5

    Keep up with the videos! You're making me feel so relaxed. Just listening you teach us

  • @kennethvanallen4492
    @kennethvanallen4492 2 года назад +1

    I love your energy - it makes following the material so much easier!

  • @K2_Chris
    @K2_Chris 2 года назад +1

    FYI, you need to tell it to save the config. If the switch has lost of power, the configs will not stick. You need to issue:
    - name: Save running-config
    ios_config:
    save_when: modified
    OR
    - name: Save running-config
    ios_command:
    commands: wr

  • @tomkonidas7253
    @tomkonidas7253 4 года назад +14

    In vi instead of Going into insert mode and deleting the pound, you can just stay in command mode and press x over the character you want to remove

    • @bensdad03
      @bensdad03 4 года назад +1

      You can also use colon and x to save and quit - it does the same as colon wq

  • @NicMG
    @NicMG 4 года назад +3

    Apparently you can use Ansible with WinRM and Chocolatey package manager for Windows. Would love to see some content on that.

  • @YoungGrizzly
    @YoungGrizzly 4 года назад +4

    Thanks for this. I have a web development project I am doing for the ISP that I work for that will be using nodejs and ansible to create configs and more. This was a big help in thinking of design for that project. Now I know what I have to build to generate all the pieces needed for ansible.

    • @NetworkChuck
      @NetworkChuck  4 года назад +3

      Awesome!! That sounds like a fun project.

    • @YoungGrizzly
      @YoungGrizzly 4 года назад +2

      @@NetworkChuck sure is. Thanks again for the great content. My colleagues and I love your videos.

  • @yanlevyexperience
    @yanlevyexperience 4 года назад +2

    Thank you, Sir Chuck, network automation is definitely the next step for my network. This will definitely help with backing up network devices.

  • @chuxTube68
    @chuxTube68 4 года назад +2

    Great vid, Chuck! Been fighting Ansible for a minute.. I really need to dig in deeper.. Thanks for all the great content :)

  • @eddieoconnor4466
    @eddieoconnor4466 4 года назад +1

    Just a note?...when I turned on "Line Numbering" the entry you mention?..was at line 71.....I guess it might be different for others if they have larger monitors or extend their window borders...but that's where it was for me...

  • @myob2k
    @myob2k 4 года назад +2

    Thanks for bringing our favorite music back. Great inspirational videos.

  • @muhammad.rafi2012
    @muhammad.rafi2012 4 года назад +5

    another good video but you probably forget to add initial step and i know why because you were using the sandboxes but you probably should have mentioned that we need to enable the SSH on the target devices and allowed the ssh via firewall if there is any in there before you can make the ansible to play its magic, hope it makes sense, not correcting you but adding the point.

    • @rufi6043
      @rufi6043 4 года назад +2

      Yeah I got into that ssh connect issue - Can you please clarify how do I enable the SSH on the target devices and allowed the ssh via firewall ?

  • @kjakobsen
    @kjakobsen 4 года назад +1

    I have Cisco 890 router, switch and WLC with two 1702I APs.for my home network. I will definitely need to use this! :)
    Thank you for your work.

  • @williwild8923
    @williwild8923 4 года назад +1

    Nice Video guy. Chen using vi it is possible to remove a character using the command x by just hitting x. It is not required to go to vi‘s insert mode. Just see this as a small hint. Regards. 👍

  • @unwrittentemplate6165
    @unwrittentemplate6165 4 года назад +2

    You are really providing quality information & doing it in a great way! Keep it up

  • @Pickle_Surpr1se
    @Pickle_Surpr1se Год назад

    Longtime network engineer here, great job very clear and concise 👍

  • @nitinchandna3016
    @nitinchandna3016 2 года назад +1

    Thank you for the input on how to start with Ansible. I did follow the logic and created my own lab with AOScx images. I am looking for some guidance to get over a challenge where the ansible module loaded on Ubuntu is unable to ping the switch. I can do both ping & ssh from Ubuntu to switch but it's not working via the ansible module.
    ansible version- [core 2.12.2]
    Python= 3.8.10
    jinja ver= 2.10.1

  • @airsofttrooper08
    @airsofttrooper08 2 года назад +1

    Thanks, this other lab had me adding ssh keys on literally all the nodes for a fr*ckin practice lab. drove me up a wall

  • @89arijit
    @89arijit 4 года назад +2

    Thanks mate. Please upload more videos on network automation examples using ansible.

  • @zachariamosete8945
    @zachariamosete8945 2 года назад +1

    Thanks Chuck Please do saltstack demo

  • @victoriajohnson9625
    @victoriajohnson9625 4 года назад +3

    Great video! You mentioned that Ansible is a push model .. Is there a tool at the ansible quality level that's tailored to the pull model and is good at pulling information from configurations or performance monitoring statistics in network devices?

  • @urielr6285
    @urielr6285 2 года назад +1

    I went from fear to interest on this. I thought it was gonna be much more complex.

  • @cubeflinger
    @cubeflinger 3 года назад +1

    Hey Network Chuck! Newbie to your channel. Loving the beard. Loving the content. Loving the presentation .You're a credit to the industry, like a young Jeremy Cioara.

  • @kracksmith4ejm1
    @kracksmith4ejm1 3 года назад +3

    this example does one command to many, but if you have many different commands to many different network devices, how would you implement that without doing this to each many different command?

    • @bimatube1274
      @bimatube1274 Год назад

      I’m not fan these tools! It only works for easy stuff, when it comes to more complex networks it simply do not work.

  • @Foysalisp
    @Foysalisp 2 года назад +1

    Wow Great! Tutorials Thank you so much.

  • @2SaltyRecipes
    @2SaltyRecipes 2 года назад +1

    I'd love to see a video how to deal with SSH keys and ansible.

  • @piyush42962
    @piyush42962 2 года назад +1

    Hi. It was really simple and I had a great learning experience. Do devnet provide us lab access for cisco firewall devices. If yes, please help us to set up all rules using ansible.

  • @Chattin-rv3fq
    @Chattin-rv3fq 4 года назад +2

    Can you show a clip where you use vault so you are not storing a PW in plan text?

  • @jacquesmaree3424
    @jacquesmaree3424 2 года назад +2

    The first router did not work

  • @suleimanadow
    @suleimanadow 3 года назад +1

    Amazing stuff, ansible after all is not this esoteric tool. Thanks a bunch Network Chuck.

  • @johnj.dineen3965
    @johnj.dineen3965 4 года назад +2

    Chuck, have you ever heard of Autonomous, A.I., Machine learning controlled IPS because hackers are using AI to attack systems. Sounds really Kool, supposed to be a reaction time that is "up to 300 times faster" than the whole IT Staff.

  • @Aminur48
    @Aminur48 4 года назад +1

    Great Lab Chuck,

  • @CYBERINSIGHT
    @CYBERINSIGHT 4 года назад +2

    Checked out the other Ansible video you dropped the other day. Pretty solid! What have you found to be the interplay between Satellite and Ansible? I assume not much from a networking perspective.

  • @humbertovalverdevalverde396
    @humbertovalverdevalverde396 4 года назад +5

    Awesome , please more videos of Ansible for network devices 🙏🏻💪🏻

  • @pushparajgothandam8527
    @pushparajgothandam8527 3 года назад +1

    Thanks for all the great content :)

  • @blackivy011
    @blackivy011 3 года назад +1

    Couldn't you just use something like Cisco Prime Infrastructure to get all this information and manage these routers and switches? I get that it's an expensive appliance tho... Is Ansible free? Thanks for your videos

  • @domferris9963
    @domferris9963 2 года назад +1

    Ansible was great, til cli templates came out which is basically just the ansible playbooks built right into your controller managing switches and APs,
    For firewalls, I’d rather use terraform

  • @Tony-xc5sk
    @Tony-xc5sk 7 месяцев назад

    I should've known by the CCNP plug that this was beyond my level of expertise. It would be cool if these videos came with a hard level (beginner, Intermediate, advanced).

  • @malkta1
    @malkta1 4 года назад +2

    Hello dear Chuck, well done .. please do you run Ubuntu in docker container or VM ? Keep up the good work :-)

  • @Michael201078
    @Michael201078 2 года назад +1

    Thanks a lot! Good explanation.

  • @nessd665
    @nessd665 4 года назад +4

    is this something you cal also do in Eve NG, I know you can do it with Gns3 but not sure about other similar software. Great video by the way, I'm going through devnet now, this is for sure the future/present of networking

    • @everett5252
      @everett5252 4 года назад +3

      yes, this can be done in EVE NG.

  • @TheLORDNIGHTSHIELD
    @TheLORDNIGHTSHIELD 4 года назад

    For one who wants to understand what is Ansible, it is better to study it separately. For example, one can learn how to automate Linux administration tasks (create user, directory, deploy software). There is a good documentation on Ansible, and nice course by Sander. Such topics like modules, arguments, and especially roles, are not that easy. For example - yum module by Ansible works with Python 2, but dnf need Python 3. Ansible itself may take 2-3 months to learn and half a year to practice it to master. It is nice to learn a tool at least on beginner level, prior jumping to work.

  • @sharandeepdoel7016
    @sharandeepdoel7016 4 года назад +1

    you're awesome. I want to learn ansible with your video tutorial.

  • @chrisumali9841
    @chrisumali9841 4 года назад +1

    Thanks for the demo and info, Network_Chuck, have a great day.

  • @mazouexrtyu7412
    @mazouexrtyu7412 4 года назад +1

    hi, could you please share cisco network troubleshooting playbooks? (like those used in cbt videos)

  • @siroussayahi7972
    @siroussayahi7972 3 года назад +1

    Great job! You saved my time :)

  • @perarne1387
    @perarne1387 4 года назад +6

    This guy is the Internet with beard (his beard is the VPN)

    • @NorthStar420
      @NorthStar420 4 года назад +1

      Per Arne Kleiven Jensen ..no

  • @eugenewong6425
    @eugenewong6425 2 года назад +1

    awesome love it

  • @kracksmith4ejm1
    @kracksmith4ejm1 3 года назад +1

    what does the absent function do, backing out of implemented command prior?

  • @amayanabotoruyanabo7133
    @amayanabotoruyanabo7133 3 года назад

    you solved it but no time to teach any one
    how can some one learn and master ansible commands and yaml commands as well ?

  • @fontainenick
    @fontainenick 4 года назад +1

    Did you know that you can do :x instead of :wq in vi to do the same thing?

  • @ogaffarov
    @ogaffarov 4 года назад +1

    great. definitely going to try this

  • @yassinebadrou7434
    @yassinebadrou7434 4 года назад +1

    Merci pour ce partage énorme,
    toutefois ce qui me cause le problème c'est comment émuler cet environnement, autrement dit ces routeurs auquels vous vous connectez sont des vrais ou juste emulés sous GNS3, et si oui, comment vous pouvez ajouter une machine linux sur GNS3 pour installer ansible. Merci

    • @yassairfopa3044
      @yassairfopa3044 Год назад

      il y'a des appliances network automation disponible sur le market place de gns 3 avec ansible deja installé , ou encore à defaut , vous pouvez installer une vm sur votre pc , y deployer ansible , et importer l'applicance sur gns3 , puis faire le mapping de l'interface eth2 a du cloud de la gns3vm avec le pont qu pc et faire pareil sur la vm ainsi ils pourront communiquer directement . vous pouvez aussi le faire directement via le cloud gns3 sans importer la vm sous gns3 elle communiquera quand meme avec gns3

  • @gineesh
    @gineesh 4 года назад +1

    Sound and clear.. thanks for this.
    Could you please share if there is a good way to manage HP switches using Ansible ?
    Tried, cli_command, raw, all those but didnt help

    • @NetworkChuck
      @NetworkChuck  4 года назад +1

      Ansible would need a module for it to work. Not sure if they have one.

    • @gineesh
      @gineesh 4 года назад +1

      @@NetworkChuck oh okay..
      Thanks for replying.
      Yeah, I used some but seems not maintaining those and not working with latest Ansible version.
      Also posted here; in case anyone can help.
      stackoverflow.com/questions/62386546/ansible-modules-for-hp-switches-comware-7

  • @kevishgurriah7735
    @kevishgurriah7735 4 года назад

    Any vids when using bastion hosts chuck??

  • @borismattos1521
    @borismattos1521 4 года назад +1

    Thanks a lot for this video, really helpful. But when I try to run this playbook I get an error: FAILED! => {"changed": false, "msg": "operation requires privilege escalation"}
    . Any comments about this? By the way ansible.cfg and hosts are configured the way you did it.

  • @Tuan.LPM1902
    @Tuan.LPM1902 4 года назад +1

    it's really usefull thanks for sharing bro

  • @allybiggs5423
    @allybiggs5423 4 года назад +1

    You should create your own freelance IT training video site :) get some of the dudes who comment to do videos.

  • @kimeangsuon
    @kimeangsuon 4 года назад +1

    If we apply configuration wrong to managed devices, does any impact ?

  • @josephk6373
    @josephk6373 3 года назад +1

    is he just making those commands up? sure looks that way

  • @12q8
    @12q8 4 года назад +1

    Do you think you will switch to Linux as your main OS in the future?

  • @LYESSINHO10
    @LYESSINHO10 3 года назад

    Does someone knows what is the song in the beginning of the video? I love it

  • @EoeSantinny
    @EoeSantinny Год назад

    This was great easy straight to the point but some much details!

  • @pavankumars9410
    @pavankumars9410 4 года назад

    I'm getting an error!!!
    After I execute this command--> ansible routers -m ios_command -a "commands='show ip int brief'"
    Can someone Help me out?
    Error:
    ios-xe-mgmt.cisco.com | FAILED! => {
    "changed": false,
    "msg": "[Errno -2] Name or service not known"
    }
    ios-xe-mgmt-latest.cisco.com | FAILED! => {
    "changed": false,
    "msg": "[Errno -2] Name or service not known"
    }

  • @ksummersill
    @ksummersill 4 года назад

    Had to run this command in order for it to work. "interface" ansible routers -m ios_command -a "commands='show ip interface brief'"

  • @xguidosan
    @xguidosan 4 года назад +1

    amazing! thanks a LOT!

  • @stankogrbic4248
    @stankogrbic4248 3 года назад

    How did you log into router at 12.15. im trying to ssh but i cant

  • @djd34d14
    @djd34d14 4 года назад +1

    Dude. Why are you using vi like it's nano? If you know what you're looking for use /
    If you want to simply delete a single character, use x while still in normal mode. You could've stayed in normal that whole first session.
    Capital G to jump to end of file in the second session.

  • @oldshield
    @oldshield 4 года назад +1

    Question: do you think there is a way to use this to go thru all wan interfaces and maybe trunks to modify the description to add a piece of text like the word MON to indicate monitor this interface and keep the rest of the description that is already there? I am using a monitor tool which if i use a keyword in the interface description i can have it automatically add to a group in this tool. The issue is this is a legacy enterprise network and I need to do this for like 18k interfaces. Any new interfaces have this word at the beginning of the description, it is just the things that have been out there for years i would like to touch thru some automation.

  • @pjguibord
    @pjguibord 4 года назад

    @NetworkChuck - Being a Cisco super-fan, have you used Cisco NFO vs. Ansible

  • @surkewrasoul4711
    @surkewrasoul4711 Год назад +1

    Great courses Leo , Any chance of a new book.... ? Ach though life is not what we find meaning in But thy must give it meaning thyself... I said that 😎

  • @yith_telecom
    @yith_telecom 4 года назад +1

    Hey Chuck, thanks for the high quality videos. Would u mind making video about the real world routing and switchng market share? What about huawei? Mikrotik? Juniper? Cisco is going down every year and other brands are rising due to price/quality.

  • @MrHawk407
    @MrHawk407 4 года назад +1

    Chuck, can you please tell me where i can download your start up BGM, Thank you.

  • @gabimassi8265
    @gabimassi8265 4 года назад +1

    great, thank you... 🙏🏻🙏🏻🙏🏻

  • @LARKXHIN
    @LARKXHIN 4 года назад +1

    For the first minute I was watching to see if that coffee would spill.

    • @QuinnFavo
      @QuinnFavo 4 года назад

      haahaha me too XD

  • @Nickle314
    @Nickle314 Год назад

    :x is shorter than :wq - vi tip of the day

  • @NO-FILTER-EXPERT
    @NO-FILTER-EXPERT 4 года назад

    I HAVE LINUX on windows and Ansible installed - everytime i turn on my computer and run linux, the command line starts in linux. What command do i type to start Ansible from linux command line

  • @authenticknowledge9349
    @authenticknowledge9349 4 года назад +1

    I am planning to become a pentester. Do you believe I should go for the CCNA Cert series or CompTIA net+ and security+? Basically I am asking if I should invest more in my network knowledge(ccna, ccnp in R&S +Security etc) or just go for the network+ and Security+ from CompTIA. Thanks

  • @zachariamosete8945
    @zachariamosete8945 3 года назад

    Thank You

  • @bra_n_den
    @bra_n_den 2 года назад

    Play this on 0.5 speed....you're welcome

  • @fabrice9848
    @fabrice9848 3 года назад

    Why can't we just type : ansible routers -m ios_command -a "show ip int brief" ?

  • @gagandeep6812
    @gagandeep6812 4 года назад

    Can you make a video on OpenWISP? It is an open-source network management tool.

  • @axelosio8510
    @axelosio8510 4 года назад +1

    How much of this is required for CCNA?

  • @elonlothbrok5991
    @elonlothbrok5991 3 года назад

    network Peter Dinklage looking good

  • @broncosjkb
    @broncosjkb 4 года назад +2

    Just finished my Cisco 4 practical final B)

  • @bellarycharan4243
    @bellarycharan4243 4 года назад +2

    Hey Chuck I just Love your content. can you please visit and show us any data center in which the CCIE's Engineers and network are engineers working. We want to see how the work goes in the data center.
    Because we don't know what the things a network engineer has to to daily at the data center.

    • @Bleachiiigo
      @Bleachiiigo 4 года назад +1

      Thumps up i agree im 21 im at the third year of my college im studying on my ccnp but i don't have a product network experience

  • @jeffersonumana4137
    @jeffersonumana4137 4 года назад +1

    @NetworkChuck, I'm trying to erase this symbol "#" that you say in the minute 3:23, but the editor don't let me do it. It says "Error writing ansible.cfg: Permission denied". What can I do in this situation? I'm using Centos 8.1 on a VM in a VMWare Workstation 15 player. Thanks for your answer in advance.

    • @NetworkChuck
      @NetworkChuck  4 года назад +3

      Run your editor with sudo.
      “sudo vi ansible.cfg”

  • @jovanigonalez
    @jovanigonalez 4 года назад

    Are you running ansible on a Raspberry Pi?

  • @marvinjoseph.8337
    @marvinjoseph.8337 4 года назад +1

    hey chuck, is powershell worth learning too

    • @codenoob9325
      @codenoob9325 4 года назад +1

      It should be on your radar. It'll add value to your inventory