Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc54be5

Browse files
authored
Add action_groups lists (ansible-collections#660)
1 parent 21ded18 commit bc54be5

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

meta/runtime.yml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
11
---
22
requires_ansible: '>=2.9.10'
3+
action_groups:
4+
atlas:
5+
- mongodb_atlas_cluster
6+
- mongodb_atlas_ldap_user
7+
- mongodb_atlas_user
8+
- mongodb_atlas_whitelist
9+
mongodb:
10+
- mongodb_balancer
11+
- mongodb_index
12+
- mongodb_info
13+
- mongodb_maintenance
14+
- mongodb_oplog
15+
- mongodb_parameter
16+
- mongodb_replicaset
17+
- mongodb_role
18+
- mongodb_schema
19+
- mongodb_shard
20+
- mongodb_shard_tag
21+
- mongodb_shard_zone
22+
- mongodb_shell
23+
- mongodb_shutdown
24+
- mongodb_status
25+
- mongodb_stepdown
26+
- mongodb_user
27+
all:
28+
- mongodb_atlas_cluster
29+
- mongodb_atlas_ldap_user
30+
- mongodb_atlas_user
31+
- mongodb_atlas_whitelist
32+
- mongodb_balancer
33+
- mongodb_index
34+
- mongodb_info
35+
- mongodb_maintenance
36+
- mongodb_oplog
37+
- mongodb_parameter
38+
- mongodb_replicaset
39+
- mongodb_role
40+
- mongodb_schema
41+
- mongodb_shard
42+
- mongodb_shard_tag
43+
- mongodb_shard_zone
44+
- mongodb_shell
45+
- mongodb_shutdown
46+
- mongodb_status
47+
- mongodb_stepdown
48+
- mongodb_user

0 commit comments

Comments
 (0)