summaryrefslogtreecommitdiff
path: root/roles/dellos6/bootstrap/tasks/main.yml
blob: 552aedddbcb91330b659f07715c9388dde07263b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: generate initial configuration
  delegate_to: localhost
  pause:
    prompt: "\n## Please apply the following configuration using the serial console!!!\n\n{{ lookup('template', 'init.j2') }}\n\n## end .. press enter to continue!!!!!\n"

- name: get config facts from the switch
  dellos6_facts:
    gather_subset:
      - hardware
  register: switch_facts

- debug:
    var: switch_facts