summaryrefslogtreecommitdiff
path: root/roles/dellos6
diff options
context:
space:
mode:
Diffstat (limited to 'roles/dellos6')
-rw-r--r--roles/dellos6/layer2/tasks/main.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/dellos6/layer2/tasks/main.yml b/roles/dellos6/layer2/tasks/main.yml
index b8bfa968..92740a3a 100644
--- a/roles/dellos6/layer2/tasks/main.yml
+++ b/roles/dellos6/layer2/tasks/main.yml
@@ -5,8 +5,18 @@
replace: block
notify: save configuration
+# - name: dump vlan config
+# delegate_to: localhost
+# pause:
+# prompt: "\n## vlans\n\n{{ lookup('template', 'vlans.j2') }}\n\n"
+
- name: configure interfaces
dellos6_config:
src: interfaces.j2
replace: block
notify: save configuration
+
+# - name: dump interface config
+# delegate_to: localhost
+# pause:
+# prompt: "\n## vlans\n\n{{ lookup('template', 'interfaces.j2') }}\n\n"