How to install Ansible with PIP, the Python package manager - Ansible install

Поділитися
Вставка
  • Опубліковано 17 сер 2021
  • How to install Ansible with PIP - the Python package manager.
    www.ansiblepilot.com/articles...
    FREE Top 10 Best Practices of Ansible Automation: save time, reduce errors and stress - dashboard.mailerlite.com/form...
    BUY the Complete PDF BOOK to easily Copy and Paste the 200+ Ansible code
    200+ Automation Examples For Linux and Windows System Administrator and DevOps
    leanpub.com/ansiblebyexamples
    my VIDEO COURSE: Ansible by Examples
    200+ Automation Examples For Linux and Windows System Administrator and DevOps
    www.udemy.com/course/ansible-...
  • Наука та технологія

КОМЕНТАРІ • 9

  • @midhun_433
    @midhun_433 Рік тому +1

    After installing with PIP. The ansible.cfg file is missing. We cannot see the path as /etc/ansible. I can see ansible folder is present like. ~/.ansible. But inside ansible there is no ansible.cfg or hosts files. So do we need to create it manually.

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

    Thanks,. Can you make a video to show how we can switch pip3 between multiple Python 3 versions? I have installed Python 3.9 on an Ubuntu with Python 2 and 3.6 already installed. But installing Netmiko library on Python 3.9 using -m pip option is not fully successful.

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

      Thank you for your suggestion. This topic is a bit wide regarding python underneath at some Linux distribution. I'll put this idea on my future list. Meanwhile I wish a great day and fun with Ansible

  • @abcdxyz3255
    @abcdxyz3255 10 місяців тому

    I want to install ansible 2.9 using same method by givine ansible==2.9 , it is not working.I dont want ansible 2.11

    • @BertonLuca
      @BertonLuca  10 місяців тому

      Have you tried "pip install ansible==2.9.27"?

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

    I m working as SAN admin , I don't know coding ..can I learn Ansible , what are pre requisite? For Ansible .

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

      You can. Ansible has an easy learning curve. You could start from my UA-cam Channel and from the official website: docs.ansible.com/ansible/latest/user_guide/intro_getting_started.html

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

      @@BertonLuca ok sir Thanks.

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

      To learn Ansible, you don't have to know much. It's task based and easy to understand. Start with simple tasks. Be extra careful with yaml syntax and indentation. Even an extra space causes runtime failure.