summaryrefslogtreecommitdiff
path: root/roles/dellos6/bootstrap/templates/init.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-08-18 10:04:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-08-18 10:04:19 +0200
commit02e0d31298904582249610fa9183575cee5c7dbd (patch)
treeccd3176bc455cdb3a29445fe95095b5df2b93c44 /roles/dellos6/bootstrap/templates/init.j2
parentdione and helene are kvm hosts for now (diff)
added r3-cccamp19-sw0, some fixes for dellos6 roles
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 != '' %}