How to Install Ansible on Ubuntu 22.04

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

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

  • @afara2000
    @afara2000 6 месяцев назад

    Wow, first viewer! What do you think of using pipx to install Ansible for local user?

    • @RogerPerkin
      @RogerPerkin  6 месяцев назад

      Hi, I've not used pipx - I always use Pip3 and it works fine for my use - thanks for the comment

  • @MohammedJunaid-xd5td
    @MohammedJunaid-xd5td 3 месяца назад

    make a tutorial
    video on latest ubuntu version 24.04

  • @hema-val
    @hema-val 5 месяцев назад

    What is the benefits of running ansible on virtual environment?

    • @RogerPerkin
      @RogerPerkin  3 месяца назад

      By installing into a virtual environment, you can install different versions of Ansible whatever you want, you are also not affecting the default install on the server. This is not such an issue if it's your own machine and if you get things mixed up you can blow it away and start again, but if you want to do lots of testing it makes life easier to isolate the ansible install.

  • @Aqxea
    @Aqxea 5 месяцев назад +1

    How do you SSH w/ Visual Studio Code? Is that native?

    • @bunkerbros
      @bunkerbros 5 дней назад

      Remote-SSH extension

  • @simchafreiclech
    @simchafreiclech 3 месяца назад

    Hi, I'm installing ansible too, but ubuntu 24, so I got this error "RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.10'", Do you have any idea why this is happening? Thank you.

    • @simchafreiclech
      @simchafreiclech 3 месяца назад

      Solved, I just remove the python version, instead of use python3.10, I just wrote python. Thank you. Great video :).