mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
6549c70091
* Initial cnos_template commit * fix compile errs, update short description, move roles to integration/roles * now commit the module * Change module directory name to Lenovo * change import cnos statement
14 lines
312 B
Django/Jinja
14 lines
312 B
Django/Jinja
#Demo Template
|
|
vlan {{item.vlanid1}}
|
|
exit
|
|
config d
|
|
interface ethernet {{item.slot_chassis_number1}}
|
|
aggregation-group {{item.portchannel_interface_number1}} mode {{item.portchannel_mode1}}
|
|
exit
|
|
config d
|
|
interface port-aggregation {{item.portchannel_interface_number1}}
|
|
shut
|
|
lacp suspend-individual
|
|
no shut
|
|
exit
|
|
|