Skip to content

Commit 572f705

Browse files
authored
DITA migration changes (2.6): CAG Ch 16 (#4044)
Configuring automation execution UI and modular compliance chapter 16 https://issues.redhat.com/browse/AAP-46736
1 parent 792f503 commit 572f705

File tree

4 files changed

+10
-22
lines changed

4 files changed

+10
-22
lines changed

downstream/assemblies/platform/assembly-controller-awx-manage-utility.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ Use the `awx-manage` utility to access detailed internal information of {Control
88
Commands for `awx-manage` must run as the `awx` user only.
99

1010
include::platform/ref-controller-inventory-import.adoc[leveloffset=+1]
11+
1112
include::platform/ref-controller-cleanup-old-data.adoc[leveloffset=+1]
13+
1214
include::platform/ref-controller-cluster-management.adoc[leveloffset=+1]
15+
1316
//include::platform/ref-controller-token-session-management.adoc[leveloffset=+1]
1417
//include::platform/ref-controller-create-oauth2-token.adoc[leveloffset=+2]
1518
//include::platform/ref-controller-revoke-oauth2-token.adoc[leveloffset=+2]
1619
//include::platform/ref-controller-clear-tokens.adoc[leveloffset=+2]
1720
//include::platform/ref-controller-expire-sessions.adoc[leveloffset=+2]
1821
//include::platform/ref-controller-clear-sessions.adoc[leveloffset=+2]
19-
include::platform/ref-controller-analytics-gathering.adoc[leveloffset=+1]
2022

23+
include::platform/ref-controller-analytics-gathering.adoc[leveloffset=+1]

downstream/modules/platform/ref-controller-cleanup-old-data.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@
77
`awx-manage` has a variety of commands used to clean old data from {ControllerName}.
88
{ControllerNameStart} administrators can use the {ControllerName} *Management Jobs* interface for access or use the command line.
99

10-
[literal, options="nowrap" subs="+attributes"]
11-
----
12-
awx-manage cleanup_jobs [--help]
13-
----
10+
* `awx-manage cleanup_jobs [--help]`
1411

1512
This permanently deletes the job details and job output for jobs older than a specified number of days.
1613

17-
[literal, options="nowrap" subs="+attributes"]
18-
----
19-
awx-manage cleanup_activitystream [--help]
20-
----
14+
* `awx-manage cleanup_activitystream [--help]`
2115

2216
This permanently deletes any [Activity stream] data older than a specific number of days.

downstream/modules/platform/ref-controller-cluster-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
= Cluster management
66

7-
For more information about the `awx-manage provision_instance` and `awx-manage deprovision_instance` commands, see xref:controller-clustering[Clustering].
7+
For more information about the `awx-manage provision_instance` and `awx-manage deprovision_instance` commands, see link:https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/configuring_automation_execution/controller-clustering[Clustering].
88

99
[NOTE]
1010
====

downstream/modules/platform/ref-controller-inventory-import.adoc

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,13 @@ To use `awx-manage` properly, you must first create an inventory in {ControllerN
1010

1111
For help with `awx-manage`, run the following command:
1212

13-
[literal, options="nowrap" subs="+attributes"]
14-
----
15-
awx-manage inventory_import [--help]
16-
----
13+
`awx-manage inventory_import [--help]`
1714

1815
The `inventory_import` command synchronizes an {ControllerName} inventory object with a text-based inventory file, dynamic inventory script, or a directory of one or more, as supported by core Ansible.
1916

2017
When running this command, specify either an `--inventory-id` or `--inventory-name`, and the path to the Ansible inventory source (`--source`).
2118

22-
[literal, options="nowrap" subs="+attributes"]
23-
----
24-
awx-manage inventory_import --source=/ansible/inventory/ --inventory-id=1
25-
----
19+
`awx-manage inventory_import --source=/ansible/inventory/ --inventory-id=1`
2620

2721
By default, inventory data already stored in {ControllerName} blends with data from the external source.
2822

@@ -32,10 +26,7 @@ To specify that any existing hosts get variable data exclusively from the `--sou
3226

3327
The default behavior adds any new variables from the external source, overwriting keys that already exist, but preserving any variables that were not sourced from the external data source.
3428

35-
[literal, options="nowrap" subs="+attributes"]
36-
----
37-
awx-manage inventory_import --source=/ansible/inventory/ --inventory-id=1 --overwrite
38-
----
29+
`awx-manage inventory_import --source=/ansible/inventory/ --inventory-id=1 --overwrite`
3930

4031
[NOTE]
4132
====

0 commit comments

Comments
 (0)