mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
* Deprecate nios content.
* Make 2.9's ansible-test happy.
* Add module_utils deprecation.
(cherry picked from commit ee9770cff7
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
6013c77c2b
commit
145435cdd9
22 changed files with 196 additions and 2 deletions
|
@ -10,6 +10,10 @@ DOCUMENTATION = '''
|
|||
module: nios_network
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Configure Infoblox NIOS network object
|
||||
deprecated:
|
||||
why: Please install the infoblox.nios_modules collection and use the corresponding module from it.
|
||||
alternative: infoblox.nios_modules.nios_network
|
||||
removed_in: 5.0.0
|
||||
description:
|
||||
- Adds and/or removes instances of network objects from
|
||||
Infoblox NIOS servers. This module manages NIOS C(network) objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue