Skip to content

Commit

Permalink
Merge pull request #7226 from beeankha/update_collections_readme
Browse files Browse the repository at this point in the history
Make edits to auth portion of Collection readme

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
2 parents 101c70c + 22d1c8a commit 0a3ac25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions awx_collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0a3ac25

Please sign in to comment.