tower-cli

command line tool for Ansible Tower

Install

All systems
curl cmd.cat/tower-cli.sh
Debian Debian
apt-get install ansible-tower-cli
Ubuntu
apt-get install ansible-tower-cli
image/svg+xml Kali Linux
apt-get install ansible-tower-cli
Fedora
dnf install ansible-tower-cli
Windows (WSL2)
sudo apt-get update sudo apt-get install ansible-tower-cli
Raspbian
apt-get install ansible-tower-cli

ansible-tower-cli

command line tool for Ansible Tower

tower-cli is a command line tool for Ansible Tower. It allows Tower commands to be easily run from the Unix command line. It can also be used as a client library for other Python apps, or as a reference for others developing API interactions with Tower's REST API. 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

python3-ansible-tower-cli

A CLI tool for Ansible Tower