mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
[PR #7897/afd19888 backport][stable-8] Consul action group (#7905)
Consul action group (#7897)
Added action group for new style consul modules.
(cherry picked from commit afd1988810
)
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
This commit is contained in:
parent
210adc196e
commit
dc5f012e52
16 changed files with 39 additions and 47 deletions
|
@ -4,6 +4,14 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
requires_ansible: '>=2.13.0'
|
||||
action_groups:
|
||||
consul:
|
||||
- consul_auth_method
|
||||
- consul_binding_rule
|
||||
- consul_policy
|
||||
- consul_role
|
||||
- consul_session
|
||||
- consul_token
|
||||
plugin_routing:
|
||||
connection:
|
||||
docker:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue