File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
module: host_template
37
37
short_description: Configure a host template
38
38
description:
39
- - Creates a new host template or updates an existing one
39
+ - Creates a new host template or updates an existing one
40
40
- The module supports C(check_mode).
41
41
author:
42
42
- "Ronald Suplina (@rsuplina)"
64
64
65
65
EXAMPLES = r"""
66
66
---
67
- - name: Create host template
67
+ - name: Create host template
68
68
cloudera.cluster.host_template
69
69
host: example.cloudera.com
70
70
username: "jane_smith"
71
71
password: "S&peR4Ec*re"
72
72
name: "base_cluster"
73
73
role_configs_groups: ["kafka-GATEWAY-BASE", "atlas-ATLAS_SERVER-BASE" , "hive_on_tez-GATEWAY-BASE"]
74
74
75
- - name: Update host template
75
+ - name: Update host template
76
76
cloudera.cluster.host_template
77
77
host: example.cloudera.com
78
78
username: "jane_smith"
You can’t perform that action at this time.
0 commit comments