mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 15:35:08 +00:00
deprecate oneandone modules (#10994)
* deprecate oneandone modules * add mod util to runtime.yml * add changelog frag * change deprecation version to 13.0.0 * change deprecation version to 13.0.0 in readme.yml as well * Update changelogs/fragments/10994-oneandone-deprecation.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
6829a064a5
commit
c889a4cb6d
9 changed files with 66 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ module: oneandone_firewall_policy
|
|||
short_description: Configure 1&1 firewall policy
|
||||
description:
|
||||
- Create, remove, reconfigure, update firewall policies. This module has a dependency on 1and1 >= 1.0.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: DNS fails to resolve the API endpoint used by the module.
|
||||
alternative: There is none.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ module: oneandone_load_balancer
|
|||
short_description: Configure 1&1 load balancer
|
||||
description:
|
||||
- Create, remove, update load balancers. This module has a dependency on 1and1 >= 1.0.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: DNS fails to resolve the API endpoint used by the module.
|
||||
alternative: There is none.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@ short_description: Configure 1&1 monitoring policy
|
|||
description:
|
||||
- Create, remove, update monitoring policies (and add/remove ports, processes, and servers). This module has a dependency
|
||||
on 1and1 >= 1.0.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: DNS fails to resolve the API endpoint used by the module.
|
||||
alternative: There is none.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ module: oneandone_private_network
|
|||
short_description: Configure 1&1 private networking
|
||||
description:
|
||||
- Create, remove, reconfigure, update a private network. This module has a dependency on 1and1 >= 1.0.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: DNS fails to resolve the API endpoint used by the module.
|
||||
alternative: There is none.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ module: oneandone_public_ip
|
|||
short_description: Configure 1&1 public IPs
|
||||
description:
|
||||
- Create, update, and remove public IPs. This module has a dependency on 1and1 >= 1.0.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: DNS fails to resolve the API endpoint used by the module.
|
||||
alternative: There is none.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@ short_description: Create, destroy, start, stop, and reboot a 1&1 Host server
|
|||
description:
|
||||
- Create, destroy, update, start, stop, and reboot a 1&1 Host server. When the server is created it can optionally wait
|
||||
for it to be 'running' before returning.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: DNS fails to resolve the API endpoint used by the module.
|
||||
alternative: There is none.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue