Understanding Ansible

Sdílet
Vložit
  • čas přidán 3. 07. 2024
  • ✨ Subscribe for more tech videos! @CiscoUtube ✨
    Learn more about Cisco U. cs.co/9001OQthl
    Create a Cisco U. Free Account: cs.co/9001OQtCx
    FOLLOW US ON SOCIAL
    X (Formerly Twitter): / learningatcisco
    Facebook: / learningatcisco
    Instagram: / learningatcisco
    LinkedIn: / cisco_training_and_cer...
  • Věda a technologie

Komentáře • 8

  • @KRICHAN_Technologies
    @KRICHAN_Technologies Před dnem +1

    Simple and bery great session, very helpful and thank you

  • @nicktucker3437
    @nicktucker3437 Před dnem +1

    strangely in latest 21.3 Mint(I know, i Know, its not Ubuntu as used in the Demo, but it is debian based upstream just like ubuntu) I had to use sudo apt-get install -y python3-pip with lowercase p else it complained about not found. Very easy to follow, straight forward Demo here thank you.

    • @RobertWhitaker-Cisco
      @RobertWhitaker-Cisco Před 23 hodinami

      Okay thank you for sharing the issue you ran into; its actually a mistake in the content. I went back through the lab and it should be a lowercase p. So to run the command correctly use 'sudo apt install python3-pip'. Thank you for the info and thank you for watching!

  • @Creativetouchshegss
    @Creativetouchshegss Před 2 dny +1

    Thanks a lot for this tutorial, it’s much needed. Please the part I’m really interested in is how to ssh into multiple devices at once to perform the automation task. Thanks 🙏🏿

    • @RobertWhitaker-Cisco
      @RobertWhitaker-Cisco Před dnem +1

      Thanks for watching! I will check into this an follow up later.

    • @Creativetouchshegss
      @Creativetouchshegss Před dnem

      @@RobertWhitaker-Cisco thanks a lot 🙏🏿

    • @robdawg828
      @robdawg828 Před 22 hodinami

      @@Creativetouchshegss To overcome this limitation you can disable host checking in the ansible.cfg file although this is typically frowned upon as it can prevent man in the middle type of attacks.
      If you understand the implications and wish to disable this behavior, you can do so by editing /etc/ansible/ansible.cfg or ~/.ansible.cfg:
      [defaults]
      host_key_checking = False