Feedback

Chat Icon

AWX in Action

Ansible Orchestration at Scale

Skip the UI: Driving AWX Entirely From the Command Line
72%

Installing the CLI on Any Platform

The installation is described in the official documentation, but let's summarize the steps for different platforms:

On Red Hat Enterprise Linux 7:

yum-config-manager --add-repo \
    https://releases.ansible.com/ansible-tower/cli/ansible-tower-cli-el7.repo
yum install ansible-tower-cli

On CentOS 7:

yum-config-manager --add-repo \
    https://releases.ansible.com/ansible-tower/cli/ansible-tower-cli-centos7.repo
yum install ansible-tower-cli

On Red Hat Enterprise Linux 8:

AWX in Action

Ansible Orchestration at Scale

Enroll now to unlock all content and receive all future updates for free.