Skip to content

Instantly share code, notes, and snippets.

@NeilHanlon
Created October 10, 2018 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NeilHanlon/1ad95838cbe77601023ac4e63d898f94 to your computer and use it in GitHub Desktop.
Save NeilHanlon/1ad95838cbe77601023ac4e63d898f94 to your computer and use it in GitHub Desktop.
default_vlans: &default_vlans "{
'vlan {{ admin_vlan }}': {
'description': 'Production/Administration',
'tagged_members': [
{
'port': 'port-channel 10',
'state': 'present'
}
],
'state': 'present'
},
'vlan 4094': {
'description': 'VLTi_SVI',
'tagged_members': [
{
'port': 'port-channel 127',
'state': 'present'
}
],
'state': 'present'
}
}"
dellos_vlan:
>>: *default_vlans
vlan 71:
description: stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment