File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -41,19 +41,19 @@ argument_specs:
41
41
42
42
checkmk_agent_registration_server_protocol :
43
43
type : " str"
44
- default : " {{ checkmk_agent_server_protocol }} "
44
+ default : " http "
45
45
description :
46
46
- Refer to the README for details.
47
47
48
48
checkmk_agent_registration_server :
49
49
type : " str"
50
- default : " {{ checkmk_agent_server }} "
50
+ default : " localhost "
51
51
description :
52
52
- Refer to the README for details.
53
53
54
54
checkmk_agent_registration_site :
55
55
type : " str"
56
- default : " {{ checkmk_agent_site }} "
56
+ default : " mysite "
57
57
description :
58
58
- Refer to the README for details.
59
59
@@ -71,7 +71,7 @@ argument_specs:
71
71
72
72
checkmk_agent_user :
73
73
type : " str"
74
- default : " {{ automation_user | default(' automation') }} "
74
+ default : " automation"
75
75
description :
76
76
- Refer to the README for details.
77
77
@@ -83,15 +83,13 @@ argument_specs:
83
83
84
84
checkmk_agent_pass :
85
85
type : " str"
86
- default : " {{ checkmk_var_automation_secret }}"
87
86
description :
88
- - Refer to the README for details.
87
+ - Refer to the README for details. This is mutually exclusive with 'checkmk_agent_secret'.
89
88
90
89
checkmk_agent_secret :
91
90
type : " str"
92
- default : " {{ checkmk_var_automation_secret }}"
93
91
description :
94
- - Refer to the README for details.
92
+ - Refer to the README for details. This is mutually exclusive with 'checkmk_agent_pass'.
95
93
96
94
checkmk_agent_auto_activate :
97
95
type : " bool"
You can’t perform that action at this time.
0 commit comments