mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Adding more details about tower_oauthtoken parameter
This commit is contained in:
@@ -31,6 +31,9 @@ options:
|
|||||||
tower_oauthtoken:
|
tower_oauthtoken:
|
||||||
description:
|
description:
|
||||||
- The Tower OAuth token to use.
|
- 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
|
- If value not set, will try environment variable C(TOWER_OAUTH_TOKEN) and then config files
|
||||||
type: raw
|
type: raw
|
||||||
version_added: "3.7"
|
version_added: "3.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user