summaryrefslogtreecommitdiff
path: root/roles/dellos6/bootstrap/templates/init.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/dellos6/bootstrap/templates/init.j2')
-rw-r--r--roles/dellos6/bootstrap/templates/init.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dellos6/bootstrap/templates/init.j2 b/roles/dellos6/bootstrap/templates/init.j2
index 08e4310a..42623fec 100644
--- a/roles/dellos6/bootstrap/templates/init.j2
+++ b/roles/dellos6/bootstrap/templates/init.j2
@@ -4,7 +4,7 @@ configure
no ip domain-lookup
hostname {{ host_name }}
-vlan 42
+vlan {{ dellos6_mgmt_vlan }}
name mgmt
exit
{% if dellos6_mgmt_interface is defined and dellos6_mgmt_interface != '' %}