mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 20:35:02 -02:30
Make edits to auth portion of Collection readme
This commit is contained in:
@@ -33,13 +33,13 @@ The OAuth2 token is the preferred method. You can obtain a token via the
|
|||||||
AWX CLI [login](https://docs.ansible.com/ansible-tower/latest/html/towercli/reference.html#awx-login)
|
AWX CLI [login](https://docs.ansible.com/ansible-tower/latest/html/towercli/reference.html#awx-login)
|
||||||
command.
|
command.
|
||||||
|
|
||||||
These can be specified via:
|
These can be specified via (from highest to lowest precedence):
|
||||||
|
|
||||||
- environment variables (most useful when running against localhost)
|
|
||||||
- direct module parameters
|
- direct module parameters
|
||||||
|
- environment variables (most useful when running against localhost)
|
||||||
- a config file path specified by the `tower_config_file` parameter
|
- a config file path specified by the `tower_config_file` parameter
|
||||||
- a config file at `/etc/tower/tower_cli.cfg`
|
|
||||||
- a config file at `~/.tower_cli.cfg`
|
- a config file at `~/.tower_cli.cfg`
|
||||||
|
- a config file at `/etc/tower/tower_cli.cfg`
|
||||||
|
|
||||||
Config file syntax looks like this:
|
Config file syntax looks like this:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user