mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 08:34:21 -07:00
Consul action group (#7897)
Added action group for new style consul modules.
This commit is contained in:
parent
be3bfd6fa5
commit
afd1988810
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