mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Adding more details about tower_oauthtoken parameter
This commit is contained in:
parent
1a0407ba50
commit
7c88a51992
@ -31,6 +31,9 @@ options:
|
||||
tower_oauthtoken:
|
||||
description:
|
||||
- The Tower OAuth token to use.
|
||||
- This value can be in one of two formats.
|
||||
- A string which is the token itself. (i.e. bqV5txm97wqJqtkxlMkhQz0pKhRMMX)
|
||||
- A dictionary structure as returned by the tower_token module.
|
||||
- If value not set, will try environment variable C(TOWER_OAUTH_TOKEN) and then config files
|
||||
type: raw
|
||||
version_added: "3.7"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user