A modified version of ansible-tower-cli with support for Ansible Automation Platform (AAP) 2.6+ including gateway support, mesh topology, and enhanced instance management.
A modified version of ansible-tower-cli with support for Ansible Automation Platform (AAP) 2.6+ including gateway support, mesh topology, and enhanced instance management.
- ✅ AAP 2.6 Support - Auto-detects
/api/controller/v2/vs/api/v2/ - ✅ Gateway Support - Manage hop nodes and mesh topology
- ✅ Enhanced Instance Management - New fields: node_type, node_state, cpu, memory
- ✅ New Commands -
instance health,instance jobs,gateway list - ✅ Backward Compatible - Works with Tower 3.x, AWX, and AAP 2.x
# Install
pip install --upgrade .
# Configure
tower-cli config host https://your-aap-host
tower-cli config oauth_token YOUR_TOKEN
# List instances
tower-cli instance list
# Check health
tower-cli instance health --id 1- README.md - Main documentation
- QUICK_START.md - Quick start guide
- AAP_2.6_SUPPORT.md - AAP 2.6 architecture and features
- GATEWAY_SUPPORT.md - Gateway and mesh topology guide
- DEVELOPMENT_GUIDE.md - Development guide
- CHANGELOG_3.3.10.md - Version 3.3.10 changelog
- README.md - Documentazione principale
- QUICK_START.md - Guida rapida
- AAP_2.6_SUPPORT.md - Architettura e funzionalità AAP 2.6
- GATEWAY_SUPPORT.md - Guida gateway e mesh topology
- DEVELOPMENT_GUIDE.md - Guida sviluppo
- CHANGELOG_3.3.10.md - Changelog versione 3.3.10
- Version: 3.3.11
- Compatibility: AAP 2.6+, Tower 3.6+, AWX 9.0+
- Python: 3.6+
- License: Apache 2.0
rUser75
https://github.com/rUser75/tower-cli
This is a modified version of the original ansible-tower-cli project: https://github.com/ansible/tower-cli
Apache License 2.0 - See LICENSE file for details
⭐ If you find this project useful, please give it a star!