mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
* Updated Authentication section to reflect AWX only method. * Update awxkit/awxkit/cli/docs/source/authentication.rst --------- Co-authored-by: Helen Bailey <hakbailey@gmail.com>
12 lines
325 B
ReStructuredText
12 lines
325 B
ReStructuredText
.. _authentication:
|
|
|
|
Authentication
|
|
==============
|
|
|
|
To authenticate to AWX, include your username and password in each command invocation as shown in the following examples:
|
|
|
|
.. code:: bash
|
|
|
|
CONTROLLER_USERNAME=alice CONTROLLER_PASSWORD=secret awx jobs list
|
|
awx --conf.username alice --conf.password secret jobs list
|