File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 27
27
options:
28
28
template:
29
29
description:
30
- - The name of the template.
31
- - The template must be a Fabric Resource template .
30
+ - The name of the Fabric Resource template.
31
+ - This parameter or O(template_id) is required .
32
32
type: str
33
33
aliases: [ fabric_resource_template ]
34
34
template_id:
35
35
description:
36
36
- The ID of the Fabric Policy template.
37
+ - This parameter or O(template) is required.
37
38
type: str
38
39
aliases: [ fabric_resource_template_id ]
39
40
name:
140
141
notes:
141
142
- The O(template) must exist before using this module in your playbook.
142
143
Use M(cisco.mso.ndo_template) to create the Fabric Resource template.
143
- - One of O(template) and O(template_id) is required but both are mutually exclusive.
144
144
- The O(interface_policy_group) must exist before using this module in your playbook.
145
145
Use M(cisco.mso.ndo_interface_setting) to create the Interface Policy Group of type Port Channel.
146
- - One of O(interface_policy_group) and O(interface_policy_group_uuid) is required but both are mutually exclusive.
147
146
seealso:
148
147
- module: cisco.mso.ndo_template
149
148
- module: cisco.mso.ndo_interface_setting
You can’t perform that action at this time.
0 commit comments