mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Rebasing and fixing oauthtoken docs
This commit is contained in:
@@ -32,7 +32,8 @@ options:
|
|||||||
description:
|
description:
|
||||||
- The Tower OAuth token to use.
|
- The Tower OAuth token to use.
|
||||||
- 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: str
|
type: raw
|
||||||
|
version_added: "3.7"
|
||||||
validate_certs:
|
validate_certs:
|
||||||
description:
|
description:
|
||||||
- Whether to allow insecure connections to Tower or AWX.
|
- Whether to allow insecure connections to Tower or AWX.
|
||||||
|
|||||||
@@ -51,12 +51,6 @@ options:
|
|||||||
choices: ["present", "absent"]
|
choices: ["present", "absent"]
|
||||||
default: "present"
|
default: "present"
|
||||||
type: str
|
type: str
|
||||||
tower_oauthtoken:
|
|
||||||
description:
|
|
||||||
- The Tower OAuth token to use.
|
|
||||||
required: False
|
|
||||||
type: str
|
|
||||||
version_added: "3.7"
|
|
||||||
extends_documentation_fragment: awx.awx.auth
|
extends_documentation_fragment: awx.awx.auth
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user