diff --git a/docs/documentation/modules/ROOT/pages/021-organize.adoc b/docs/documentation/modules/ROOT/pages/021-organize.adoc index 3fd5f71..a80380b 100644 --- a/docs/documentation/modules/ROOT/pages/021-organize.adoc +++ b/docs/documentation/modules/ROOT/pages/021-organize.adoc @@ -35,13 +35,13 @@ The exportation process has left the generated files at `/tmp/filetree-output`. └── current_roles_awx-team.yaml ---- -These files can be used directly from the `/tmp/filtree-output` directory but, preferably, they may be copied to a git repository and populated with the missing information: +These files can be used directly from the `/tmp/filtree-output` directory but, preferably, they may be copied to a git repository and populated with the missing information (as the current migration proces is from AWX to Ansible Controller, the destination path will be `configs/controller/`): [.console-input] [source,console] ---- -$ mkdir -p configs/awx -$ cp -a /tmp/filetree_output/* configs/awx/ +$ mkdir -p configs/controller +$ cp -a /tmp/filetree_output/* configs/controller/ ---- The last step is to configure the path where each object type will be located at, so let's create the following file: @@ -49,30 +49,30 @@ The last step is to configure the path where each object type will be located at [.console-input] [source,console] ---- -$ cat > my_vars/paths-awx.yaml < my_vars/paths-controller.yaml < my_vars/vaulted-credentials.yaml <