File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
awxkit/awxkit/cli/docs/source Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 18
18
# -- Project information -----------------------------------------------------
19
19
20
20
project = 'AWX CLI'
21
- copyright = '2024 , Ansible by Red Hat'
21
+ copyright = '2025 , Ansible by Red Hat'
22
22
author = 'Ansible by Red Hat'
23
23
24
24
54
54
.. |prog| replace:: awx
55
55
.. |at| replace:: automation controller
56
56
.. |At| replace:: Automation controller
57
- .. |RHAT| replace:: Red Hat Ansible Automation Platform controller
57
+ .. |RHAT| replace:: Red Hat Ansible Automation Platform
58
58
'''
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Installation
10
10
Synopsis
11
11
--------
12
12
13
- | prog | commands follow a simple format:
13
+ CLI commands follow a simple format:
14
14
15
15
.. code :: bash
16
16
@@ -25,7 +25,14 @@ The ``action`` is the thing you want to do (a verb). Resources generally have a
25
25
Getting Started
26
26
---------------
27
27
28
- Using |prog | requires some initial configuration. Here is a simple example for interacting with an AWX or |RHAT | server:
28
+ Using |prog | requires some initial configuration. To execute AWX CLI on |RHAT | 2.5 and later, you must set your environment variable to:
29
+
30
+ .. code ::
31
+
32
+ AWXKIT_API_BASE_PATH=/api/controller/
33
+
34
+
35
+ Here is a simple example for interacting with an AWX or |RHAT | server:
29
36
30
37
.. code :: bash
31
38
You can’t perform that action at this time.
0 commit comments