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

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 191

  • @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???: ua-cam.com/video/5hycyr-8EKs/v-deo.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 роки тому +15

    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.

  • @FaLkraydz
    @FaLkraydz 6 місяців тому +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.

  • @binsitt
    @binsitt 4 роки тому +34

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

  • @mrasim78
    @mrasim78 3 роки тому +2

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

  • @Randystites66207
    @Randystites66207 4 роки тому +2

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

  • @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 !!

  • @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!

  • @posted20
    @posted20 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

  • @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!

  • @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 роки тому +1

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

  • @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 :)

  • @myob2k
    @myob2k 4 роки тому +2

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

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

  • @unwrittentemplate6165
    @unwrittentemplate6165 4 роки тому +2

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

  • @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

  • @Randystites66207
    @Randystites66207 4 роки тому +1

    Ansible can be made to do EVERYTHING!!!

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

  • @89arijit
    @89arijit 4 роки тому +2

    Thanks mate. Please upload more videos on network automation examples 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?

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

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

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

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

  • @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 3 роки тому +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

  • @kracksmith4ejm1
    @kracksmith4ejm1 4 роки тому +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.

  • @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

  • @2SaltyRecipes
    @2SaltyRecipes 2 роки тому +1

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

  • @zachariamosete8945
    @zachariamosete8945 2 роки тому +1

    Thanks Chuck Please do saltstack demo

  • @Aminur48
    @Aminur48 4 роки тому +1

    Great Lab Chuck,

  • @kracksmith4ejm1
    @kracksmith4ejm1 4 роки тому +1

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

  • @pushparajgothandam8527
    @pushparajgothandam8527 3 роки тому +1

    Thanks for all the great content :)

  • @urielr6285
    @urielr6285 2 роки тому +1

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

  • @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. 👍

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

  • @Pickle_Surpr1se
    @Pickle_Surpr1se 2 роки тому

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

  • @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

  • @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 ?

  • @kimeangsuon
    @kimeangsuon 4 роки тому +1

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

  • @humbertovalverdevalverde396
    @humbertovalverdevalverde396 4 роки тому +5

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

  • @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

  • @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”

  • @mazouexrtyu7412
    @mazouexrtyu7412 4 роки тому +1

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

  • @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?

  • @Foysalisp
    @Foysalisp 2 роки тому +1

    Wow Great! Tutorials Thank you so much.

  • @suleimanadow
    @suleimanadow 4 роки тому +1

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

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

  • @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

  • @LYESSINHO10
    @LYESSINHO10 3 роки тому

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

  • @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

  • @Michael201078
    @Michael201078 3 роки тому +1

    Thanks a lot! Good explanation.

  • @sharandeepdoel7016
    @sharandeepdoel7016 4 роки тому +1

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

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

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

  • @malkta1
    @malkta1 4 роки тому +2

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

  • @siroussayahi7972
    @siroussayahi7972 4 роки тому +1

    Great job! You saved my time :)

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

  • @chrisumali9841
    @chrisumali9841 4 роки тому +1

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

  • @eugenewong6425
    @eugenewong6425 2 роки тому +1

    awesome love it

  • @stankogrbic4248
    @stankogrbic4248 3 роки тому

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

  • @fontainenick
    @fontainenick 4 роки тому +1

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

  • @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

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

  • @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"
    }

  • @jacquesmaree3424
    @jacquesmaree3424 3 роки тому +3

    The first router did not work

  • @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'"

  • @ogaffarov
    @ogaffarov 4 роки тому +1

    great. definitely going to try this

  • @Mustash-Tony
    @Mustash-Tony 9 місяців тому

    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).

  • @axelosio8510
    @axelosio8510 4 роки тому +1

    How much of this is required for CCNA?

  • @12q8
    @12q8 4 роки тому +1

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

  • @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 ?

  • @MrHawk407
    @MrHawk407 4 роки тому +1

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

  • @fabrice9848
    @fabrice9848 4 роки тому

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

  • @WanderleiFan1
    @WanderleiFan1 4 роки тому +1

    Is there a difference between name the file as .yml and .yaml? I was trying to get another script to run that kept failing and one of the only differences I noticed was it was a .yaml file.

    • @bengrogan9710
      @bengrogan9710 Рік тому +2

      I expect you already have the answer after so long, but just in case anyone else is looking - some OS only play nice with 3 character file extensions

  • @pjguibord
    @pjguibord 4 роки тому

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

  • @gagandeep6812
    @gagandeep6812 4 роки тому

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

  • @allybiggs5423
    @allybiggs5423 4 роки тому +1

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

  • @Tuan.LPM1902
    @Tuan.LPM1902 4 роки тому +1

    it's really usefull thanks for sharing bro

  • @xguidosan
    @xguidosan 4 роки тому +1

    amazing! thanks a LOT!

  • @gabimassi8265
    @gabimassi8265 4 роки тому +1

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

  • @dhanasekar-uj2ch
    @dhanasekar-uj2ch 4 роки тому +1

    I have a query in my scenario i have to enter ssh password and after that i have to enter enable password, both input should be prompted while run the playbook can you help on this

    • @MeneGR
      @MeneGR 4 роки тому

      I think that is the purpose of the "Become" keyword:
      docs.ansible.com/ansible/latest/user_guide/become.html#become-network

  • @malkta1
    @malkta1 4 роки тому

    Is it possible to install / run Ansible inside Ubuntu itself running in docker container please ?

    • @geoptus
      @geoptus 3 роки тому

      Yes definitely - check out this YT vid that shows exactly that:
      ua-cam.com/video/goclfp6a2IQ/v-deo.html

  • @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

  • @jovanigonalez
    @jovanigonalez 4 роки тому

    Are you running ansible on a Raspberry Pi?

  • @jj-icejoe6642
    @jj-icejoe6642 4 роки тому

    Link for routers on devnet are broken....

  • @BhupinderSingh-td3py
    @BhupinderSingh-td3py 2 місяці тому

    Awesome 💯

  • @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

  • @apscandy
    @apscandy 4 роки тому

    Can you use this for Ubiquiti?

  • @zachariamosete8945
    @zachariamosete8945 4 роки тому

    Thank You

  • @LARKXHIN
    @LARKXHIN 4 роки тому +1

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

  • @da9888
    @da9888 3 роки тому

    What Is the intro song for this video?

  • @Xpressd
    @Xpressd 3 роки тому +1

    lmfao chuck look so tired in this video its making me sleepy 😂

  • @levilenaers324
    @levilenaers324 3 роки тому

    "msg": "paramiko is not installed: No module named 'paramiko'"

    • @beacht
      @beacht 3 роки тому

      Pip3 install paramiko

  • @JonnBoxOK
    @JonnBoxOK 4 роки тому +1

    Excelent! Thanks

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

  • @josephk6373
    @josephk6373 3 роки тому +1

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

  • @karthiksk7246
    @karthiksk7246 4 роки тому

    Thank you soooo much!!!!!