Skip to content

Commit

Permalink
Update the organize phase
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarmu committed Jun 26, 2024
1 parent 27741f5 commit 4b50812
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/documentation/modules/ROOT/pages/021-organize.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@ 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 or, preferable, they can be copied to a git repository.
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:

[.console-input]
[source,console]
----
$ mkdir -p configs/awx
$ cp -a /tmp/filetree_output/* configs/awx/
----

The last step is to configure the path where each object type will be located at, so let's create the following file:

[.console-input]
[source,console]
Expand Down

0 comments on commit 4b50812

Please sign in to comment.