How to install Ansible on RHEL 9 to automate everything

Поділитися
Вставка
  • Опубліковано 22 сер 2024
  • If you are tired of writing bash scripts that don't do everything you need to do, try out Ansible. It's based on Python 3 and has a massive community of modules you can use:
    docs.ansible.c...
    I'll show you how to setup Ansible in a brand new Red Hat Enterprise Linux 9 virtual machine. I use Ansible to install everything on my computers. It also helps me automate anything manual when deploying applications to the cloud that aren't covered with GitOps.

КОМЕНТАРІ • 3

  • @dipadityadas
    @dipadityadas Рік тому

    dnf install ansible-core
    the above command is for RHEL 9.1

  • @mschon
    @mschon Рік тому

    Do you cover Ansible Automation Platform or AWX in this video?

  • @PauloSilva-uq5zs
    @PauloSilva-uq5zs 2 місяці тому

    The video is poorly constructed and does not work, following the steps.