summaryrefslogtreecommitdiffstats
path: root/awx_collection
diff options
context:
space:
mode:
authorsoftwarefactory-project-zuul[bot] <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com>2020-06-02 22:46:27 +0200
committerGitHub <noreply@github.com>2020-06-02 22:46:27 +0200
commit0a3ac25c1a7c3fc529b32ba4a44712efe80346fe (patch)
treed99f5e3740c179f36fa91c27a5ef41f2ace2ed0d /awx_collection
parentMerge pull request #7222 from john-westcott-iv/fix_fail_json (diff)
parentMake edits to auth portion of Collection readme (diff)
downloadawx-0a3ac25c1a7c3fc529b32ba4a44712efe80346fe.tar.xz
awx-0a3ac25c1a7c3fc529b32ba4a44712efe80346fe.zip
Merge pull request #7226 from beeankha/update_collections_readme
Make edits to auth portion of Collection readme Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
Diffstat (limited to 'awx_collection')
-rw-r--r--awx_collection/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/awx_collection/README.md b/awx_collection/README.md
index 911e8dcef7..0a800264a4 100644
--- a/awx_collection/README.md
+++ b/awx_collection/README.md
@@ -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)
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
+ - environment variables (most useful when running against localhost)
- 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 `/etc/tower/tower_cli.cfg`
Config file syntax looks like this: