diff options
author | beeankha <beeankha@gmail.com> | 2020-06-02 22:10:18 +0200 |
---|---|---|
committer | beeankha <beeankha@gmail.com> | 2020-06-02 22:14:24 +0200 |
commit | 22d1c8a59c4201e15cca3818fb6d3882de8ade27 (patch) | |
tree | d4f3bd477708d851a23669d1357fa95a72b48a78 /awx_collection/README.md | |
parent | Merge pull request #7204 from rooftopcellist/label_tests (diff) | |
download | awx-22d1c8a59c4201e15cca3818fb6d3882de8ade27.tar.xz awx-22d1c8a59c4201e15cca3818fb6d3882de8ade27.zip |
Make edits to auth portion of Collection readme
Diffstat (limited to 'awx_collection/README.md')
-rw-r--r-- | awx_collection/README.md | 6 |
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: |