Deprecate nios content (#2458)

* Deprecate nios content.

* Make 2.9's ansible-test happy.

* Add module_utils deprecation.
This commit is contained in:
Felix Fontein 2021-05-13 21:50:40 +02:00 committed by GitHub
commit ee9770cff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 196 additions and 2 deletions

View file

@ -10,6 +10,10 @@ DOCUMENTATION = '''
module: nios_member
author: "Krishna Vasudevan (@krisvasudevan)"
short_description: Configure Infoblox NIOS members
deprecated:
why: Please install the infoblox.nios_modules collection and use the corresponding module from it.
alternative: infoblox.nios_modules.nios_member
removed_in: 5.0.0
description:
- Adds and/or removes Infoblox NIOS servers. This module manages NIOS C(member) objects using the Infoblox WAPI interface over REST.
requirements: