Greetings, I would like to ask interested users in the community of AWX to help review this new feature to send/receive data from an AWX server.
https://github.com/ansible/tower-cli/pull/479
pip install git+https://github.com/john-westcott-iv/tower-cli.git
awx-cli receive --help
awx-cli send --help
This has been submitted to be a new feature of tower-cli, which is also intended work with AWX and has been installing under the awx-cli entry point as well.
This may go a long way to help people organize the content they are using in multiple servers, going from test to prod. etc. Depending on your needs, it might also help to ease your pains related to upgrades of AWX.
Some limitations of a data exporter/importer are obvious, like the fact that credential secrets cannot be copied.
A great way to kick the tires is to try it against a multitude of data sets, so if you have a second, give it a try and comment on that pull request with any problems, or just give a +1.
A big thanks goes out to John Westcott who developed this. This breadth of feature takes a lot of dedicated hard work.