Moving tower_oauthtoken into a doc fragement

This commit is contained in:
John Westcott IV
2020-05-21 13:44:29 -04:00
parent 7939f2d320
commit c61e875bf8
28 changed files with 61 additions and 146 deletions

View File

@@ -28,6 +28,12 @@ options:
- Password for your Tower or AWX instance.
- If value not set, will try environment variable C(TOWER_PASSWORD) and then config files
type: str
tower_oauthtoken:
description:
- The Tower OAuth token to use.
- If value not set, will try environment variable C(TOWER_OAUTH_TOKEN) and then config files
type: str
version_added: "3.7"
validate_certs:
description:
- Whether to allow insecure connections to Tower or AWX.