Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 1.72 KB

README.rst

File metadata and controls

42 lines (28 loc) · 1.72 KB

Build Status Coverage Status Version Downloads License Supported Python Versions

⚠️ THIS PROJECT IS NO LONGER MAINTAINED ⚠️

This project is no longer maintained, and we're not taking new contributions or making new releases.

The Ansible AWX project has an official open source CLI toolkit which you should use instead:

https://github.com/ansible/awx/blob/devel/INSTALL.md#installing-the-awx-cli

Welcome to tower-cli

tower-cli is a legacy command line tool for Ansible Tower.

It is also what the Ansible tower_* modules use under the hood. Such as:

https://docs.ansible.com/ansible/latest/modules/tower_organization_module.html

These modules are now vendored as part of the AWX collection at:

https://galaxy.ansible.com/awx/awx

Supporting correct operation of the modules is the maintenance aim of this package.