From 08ccfd47612c7875e873494d0989c44cbe61699e Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Fri, 3 Mar 2023 19:08:56 -0600 Subject: [PATCH] updating export readme (#522) * updating export readme * tweaking readme some more * fixing link --- EXPORT_README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/EXPORT_README.md b/EXPORT_README.md index 407cce276..d02612d90 100644 --- a/EXPORT_README.md +++ b/EXPORT_README.md @@ -2,10 +2,12 @@ ## Description -This is documentation on how to use a the Automation Controller export commands in development. +This is documentation on how to use a the Automation Controller export commands in development. You can also look at the [filetree_create](roles/filetree_create/README.md) role as another method to export data. This command allows exporting all available endpoints for Automation Controller for use in importing, templates, backups and many other uses. +**NOTE:** If you use the awx export option it will NOT use the correct high level variable list naming that is expected by the rest of these roles you will need to correctly name them before being able to use the roles to import the data into your new Controller. See [#332](https://github.com/redhat-cop/controller_configuration/issues/332) for more details. + ## Installation ```console