Replace Ansible Tower Inventory script to AAP
Ansible Tower Inventory script no longer available on AAP. 1. Work around, using ansible playbook to do the same job. 2. Use redhat suggested method to use project and script (not clear and most likely python script need to re-write due to old modules.) https://www.redhat.com/sysadmin/ansible-dynamic-inventory-python <- tower old days... world changing fast... How to migrate inventory scripts from Red Hat Ansible tower to Red Hat Ansible Automation Platform? https://access.redhat.com/solutions/6997130 Not clear what need to do, after testing, eventually it can work in AAP. GIThub scouce example: https://github.com/bluesky255255/ansible_sync Credit - https://github.com/lucasafonsokremer/python-awx-vmware <- using this python script as POC.