From ea71fef2bdcf90b8d646cbfd2bd0421ee452d04c Mon Sep 17 00:00:00 2001 From: beeankha Date: Tue, 3 Aug 2021 15:06:53 -0400 Subject: [PATCH] Add required params to collections docs file --- awx_collection/plugins/doc_fragments/auth_plugin.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/awx_collection/plugins/doc_fragments/auth_plugin.py b/awx_collection/plugins/doc_fragments/auth_plugin.py index 644bce9c9a..7b91632bb6 100644 --- a/awx_collection/plugins/doc_fragments/auth_plugin.py +++ b/awx_collection/plugins/doc_fragments/auth_plugin.py @@ -19,6 +19,8 @@ options: - name: CONTROLLER_HOST - name: TOWER_HOST deprecated: + removed_from_collection: 'awx.awx.controller' + removed_in_version: '4.0.0' alternatives: 'CONTROLLER_HOST' username: description: The user that you plan to use to access inventories on the controller. @@ -26,6 +28,8 @@ options: - name: CONTROLLER_USERNAME - name: TOWER_USERNAME deprecated: + removed_from_collection: 'awx.awx.controller' + removed_in_version: '4.0.0' alternatives: 'CONTROLLER_USERNAME' password: description: The password for your controller user. @@ -33,6 +37,8 @@ options: - name: CONTROLLER_PASSWORD - name: TOWER_PASSWORD deprecated: + removed_from_collection: 'awx.awx.controller' + removed_in_version: '4.0.0' alternatives: 'CONTROLLER_PASSWORD' oauth_token: description: @@ -41,6 +47,8 @@ options: - name: CONTROLLER_OAUTH_TOKEN - name: TOWER_OAUTH_TOKEN deprecated: + removed_from_collection: 'awx.awx.controller' + removed_in_version: '4.0.0' alternatives: 'CONTROLLER_OAUTH_TOKEN' verify_ssl: description: @@ -51,6 +59,8 @@ options: - name: CONTROLLER_VERIFY_SSL - name: TOWER_VERIFY_SSL deprecated: + removed_from_collection: 'awx.awx.controller' + removed_in_version: '4.0.0' alternatives: 'CONTROLLER_VERIFY_SSL' aliases: [ validate_certs ]