mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Deprecate nios content (#2458)
* Deprecate nios content. * Make 2.9's ansible-test happy. * Add module_utils deprecation.
This commit is contained in:
parent
384655e15c
commit
ee9770cff7
22 changed files with 196 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue