How to Install Ansible AWX 17.x on CentOS8, RHEL8

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • This quick video tutorial will help you to install Ansible AWX version 17.x on CentOS8, RHEL8.
    Written instruction available at: www.techsuppor...
    #Ansible #Automation

КОМЕНТАРІ • 20

  • @marcomarco6341
    @marcomarco6341 3 роки тому +1

    Thank you from Japan!
    Your video helped me a lot! I was trying to install AWX on my VM(CentOS8), and I was not sure which part inside inventory file, I should modift configure.
    I also couldn't understand installer directory don't show problem, and found your answer on other's comment reply.

  • @user-zh4ko2kj6m
    @user-zh4ko2kj6m 3 роки тому +1

    Thanks for video.
    I want to use docker offical image.
    (version 17.0.0)
    not build the source code..
    Can you help me..?

    • @techsupportpk
      @techsupportpk  3 роки тому +1

      Let me check, will update you on it soon.

  • @rohitnaidu4453
    @rohitnaidu4453 3 роки тому +1

    installer directory not showing in awx after git clone
    can you help

    • @techsupportpk
      @techsupportpk  3 роки тому +1

      By default it clones 18.x latest version and its installation method has changed. This guide is for 17.x, for cloning version 17.x use cloning command with -b like:
      clone -b 17.0.1 Url

    • @rohitnaidu4453
      @rohitnaidu4453 3 роки тому

      @@techsupportpk thank you sir

    • @techsupportpk
      @techsupportpk  3 роки тому

      @@rohitnaidu4453 happy to help 👍

    • @rohitnaidu4453
      @rohitnaidu4453 3 роки тому

      Sir make vedios on ansible and how to use it with yaml script and make vedio on yaml scripting too it will be helpful

    • @techsupportpk
      @techsupportpk  3 роки тому

      @@rohitnaidu4453 good suggestion

  • @southmoviesltd
    @southmoviesltd 9 місяців тому

    can we install this without docker container ?

    • @techsupportpk
      @techsupportpk  9 місяців тому

      I did not see any supportive official documentation such. So, the answer is “no” for now.

  • @rohitnaidu4453
    @rohitnaidu4453 3 роки тому

    Showing error after exceuting below command sir:
    fatal: [localhost]: FAILED! => {"changed": true, "cmd": "docker-compose run --rm --service-ports task awx-manage migrate --no-input", "delta": "0:00:00.004774", "end": "2021-03-22 11:23:59.714119", "msg": "non-zero return code", "rc": 127, "start": "2021-03-22 11:23:59.709345", "stderr": "/bin/sh: docker-compose: command not found", "stderr_lines": ["/bin/sh: docker-compose: command not found"], "stdout": "", "stdout_lines": []}
    when i am running command
    inside installer: ansible-playbook -i inventory install.yml -v

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

      docker-compose command is missing in your environment, fix it.