summaryrefslogtreecommitdiff
path: root/roles/dellos6/layer2/tasks/main.yml
blob: a9383e5fc9cdf51a83c49b9e27a622907b1e5ffe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# - 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: interfaces.j2
    replace: block
  notify: save configuration