diff options
author | TVo <thavo@redhat.com> | 2024-11-07 16:58:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 16:58:31 +0100 |
commit | aa162c6128b49726ad700dd0712ee5ec6c97bfa8 (patch) | |
tree | 30eb480ae99d97616bf11000c60e8dda72e430ec /awx_collection/tools | |
parent | Fix bug where unrelated jobs were linked as dependencies (#15610) (diff) | |
download | awx-aa162c6128b49726ad700dd0712ee5ec6c97bfa8.tar.xz awx-aa162c6128b49726ad700dd0712ee5ec6c97bfa8.zip |
Removed oAuth methods from collection docs. (#15606)
* Removed oAuth methods from collection docs.
Diffstat (limited to 'awx_collection/tools')
-rw-r--r-- | awx_collection/tools/roles/template_galaxy/templates/README.md.j2 | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 b/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 index c80b7fc397..8ffe9d33df 100644 --- a/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 +++ b/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 @@ -40,30 +40,8 @@ Non-deprecated modules in this collection have no Python requirements, but may require the AWX CLI in the future. The `DOCUMENTATION` for each module will report this. -You can specify authentication by a combination of either: +You can specify authentication by host, username, and password. - - host, username, password - - host, OAuth2 token - -The OAuth2 token is the preferred method. You can obtain a token via the -``login`` command with the AWX CLI. - -These can be specified via (from highest to lowest precedence): - - - 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 `~/.tower_cli.cfg` - - a config file at `/etc/tower/tower_cli.cfg` - -Config file syntax looks like this: - -``` -[general] -host = https://localhost:8043 -verify_ssl = true -oauth_token = LEdCpKVKc4znzffcpQL5vLG8oyeku6 -``` ## Release and Upgrade Notes |