mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50: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
|
@ -25,6 +25,10 @@ DOCUMENTATION = '''
|
|||
author: Unknown (!UNKNOWN)
|
||||
name: nios_next_ip
|
||||
short_description: Return the next available IP address for a network
|
||||
deprecated:
|
||||
why: Please install the infoblox.nios_modules collection and use the corresponding lookup from it.
|
||||
alternative: infoblox.nios_modules.nios_next_ip
|
||||
removed_in: 5.0.0
|
||||
description:
|
||||
- Uses the Infoblox WAPI API to return the next available IP addresses
|
||||
for a given network CIDR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue