mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
afd1988810
commit
84147081d4
3 changed files with 11 additions and 0 deletions
3
changelogs/fragments/7901-consul-acl-deprecation.yaml
Normal file
3
changelogs/fragments/7901-consul-acl-deprecation.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
deprecated_features:
|
||||
- "consul_acl - the module has been deprecated and will be removed in community.general 10.0.0. ``consul_token`` and ``consul_policy``
|
||||
can be used instead (https://github.com/ansible-collections/community.general/pull/7901)."
|
|
@ -30,6 +30,10 @@ plugin_routing:
|
|||
nios_next_network:
|
||||
redirect: infoblox.nios_modules.nios_next_network
|
||||
modules:
|
||||
consul_acl:
|
||||
deprecation:
|
||||
removal_version: 10.0.0
|
||||
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
||||
rax_cbs_attachments:
|
||||
deprecation:
|
||||
removal_version: 9.0.0
|
||||
|
|
|
@ -26,6 +26,10 @@ attributes:
|
|||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
deprecated:
|
||||
removed_in: 10.0.0
|
||||
why: The legacy ACL system was removed from Consul.
|
||||
alternative: Use M(community.general.consul_token) and/or M(community.general.consul_policy) instead.
|
||||
options:
|
||||
mgmt_token:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue