--- - 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