Which Way to Install Ansible? Rocky Linux 9.4 and Ansible

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • Installing Ansible from your distributions Repository will give you Ansible but not the latest. With Rocky Linux 9.4 we get Ansible 2.14 from the EPEL repository which is good but not the lastest.
    Using the Python pip install we get version 2.15 which is better but if we need it for all users we have to install as root and not in a virtual environment and the installer will advise you of this.
    The third way it to clone the Ansible repository in git and choose the correct version for your Python version. For Rocky Linux 9.4 that means version 2.15 but at least we are not using pip to run the install so should be stable.
    Additionally you can find my video courses on Pluralsight: pluralsight.com... and take time to see my own site www.theurbanpen...

КОМЕНТАРІ • 6

  • @guilherme5094
    @guilherme5094 3 місяці тому

    👍Thanks!

  • @rigelmandarakuriom
    @rigelmandarakuriom 3 місяці тому

    Thanks for sharing!!❤

  • @anand-nb4bb
    @anand-nb4bb 3 місяці тому

    Hi Bro. Can you please make a video explaining the structure/syntax of Ansible step by step in layman terms how to write a playbook for Ansible
    I am new to it & don't have experience in coding or programming its confusing how & where the indentation are applied like Spacings, Hyphens, Commas, Curly brackets, Variables, loops etc. are used. Please its a request if possible

    • @JuanDuarte_58
      @JuanDuarte_58 3 місяці тому

      The Ansible docs page is a great way to start. It has a lot of examples for all of the modules.

    • @theurbanpenguin
      @theurbanpenguin  3 місяці тому

      The Ansible Playlist ua-cam.com/play/PLtGnc4I6s8dvMkOS0ecQQADV8qJLwlwH9.html