Skip to content

Commit 90cf016

Browse files
authored
Add module defaults groups (#144)
* Add basic module defaults groups Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 3d08f7d commit 90cf016

File tree

1 file changed

+78
-8
lines changed

1 file changed

+78
-8
lines changed

meta/runtime.yml

Lines changed: 78 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,89 @@
1-
---
2-
3-
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
4-
#
1+
# Copyright 2024 Cloudera, Inc.
2+
#
53
# Licensed under the Apache License, Version 2.0 (the "License");
64
# you may not use this file except in compliance with the License.
75
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
119
# Unless required by applicable law or agreed to in writing, software
1210
# distributed under the License is distributed on an "AS IS" BASIS,
1311
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1412
# See the License for the specific language governing permissions and
1513
# limitations under the License.
1614

15+
---
16+
1717
requires_ansible: ">=2.10"
1818

19-
# action_groups: {}
19+
action_groups:
20+
# TODO Convert to use 'extend_group'
21+
cdp:
22+
- account_auth
23+
- account_auth_info
24+
- account_cred_info
25+
- datahub_cluster
26+
- datahub_cluster_info
27+
- datahub_cluster_recipe
28+
- datahub_cluster_repair
29+
- datahub_definition_info
30+
- datahub_template_info
31+
- datalake
32+
- datalake_info
33+
- datalake_runtime_info
34+
- de
35+
- de_info
36+
- de_virtual_cluster
37+
- de_virtual_cluster_info
38+
- df_customflow
39+
- df_customflow_info
40+
- df_customflow_version
41+
- df_deployment
42+
- df_deployment_info
43+
- df_readyflow
44+
- df_readyflow_info
45+
- df_service
46+
- df_service_info
47+
- dw_cluster
48+
- dw_cluster_info
49+
- dw_data_visualization
50+
- dw_data_visualization_info
51+
- dw_database_catalog
52+
- dw_database_catalog_info
53+
- dw_virtual_warehouse
54+
- dw_virtual_warehouse_info
55+
- env
56+
- env_auth
57+
- env_auth_info
58+
- env_automated_user_sync_info
59+
- env_cred
60+
- env_cred_info
61+
- env_idbroker
62+
- env_idbroker_info
63+
- env_info
64+
- env_proxy
65+
- env_proxy_info
66+
- env_telemetry
67+
- env_user_sync
68+
- env_user_sync_info
69+
- freeipa_info
70+
- iam_group
71+
- iam_group_info
72+
- iam_resource_role_info
73+
- iam_user_info
74+
- ml
75+
- ml_info
76+
- ml_workspace_access
77+
- opdb
78+
- opdb_info
79+
- recipe
80+
- recipe_info
81+
datahub_cluster:
82+
- datahub_cluster_info
83+
- datahub_cluster_recipe
84+
- datahub_cluster_repair
85+
- datahub_cluster
86+
df_custom_flow:
87+
- df_customflow_info
88+
- df_customflow_version
89+
- df_customflow

0 commit comments

Comments
 (0)