How to Install ansible-tower-cli in Ubuntu 18.04



Install ansible-tower-cli by entering the following commands in the terminal:

sudo apt update
sudo apt install ansible-tower-cli

Description:

command line tool for Ansible Tower and AWX Project

tower-cli is a command line tool for Ansible Tower. It allows Tower commands to be easily run from the Unix command line. . This command line tool sends commands to the Tower API. It is capable of retrieving, creating, modifying, and deleting most objects within Tower. . A few potential uses include: * Launching playbook runs * Checking on job statuses * Rapidly creating objects like organizations, users, teams and more

Homepage: https://github.com/ansible/tower-cli

Version: 3.2.0-2

Section: universe/python