File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
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
You can’t perform that action at this time.
0 commit comments