From 0bd99aef082b556a982a7920af15e6b5a02bc7d6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 22 Jun 2019 09:13:20 +0200 Subject: dellos6: basic interface manangement --- roles/dellos6/layer2/tasks/main.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'roles/dellos6/layer2/tasks') diff --git a/roles/dellos6/layer2/tasks/main.yml b/roles/dellos6/layer2/tasks/main.yml index 75617b1c..a9383e5f 100644 --- a/roles/dellos6/layer2/tasks/main.yml +++ b/roles/dellos6/layer2/tasks/main.yml @@ -1,6 +1,16 @@ --- -- name: create vlans +# - name: configure vlans +# dellos6_config: +# src: vlans.j2 +# replace: block +# notify: save configuration + +- pause: + prompt: "\n\n{{ lookup('template', 'interfaces.j2') }}\n\n" + delegate_to: localhost + +- name: configure interfaces dellos6_config: - src: vlan.j2 + src: interfaces.j2 + replace: block notify: save configuration - register: vlan_result -- cgit v1.2.3