April 2020
Intermediate to advanced
482 pages
15h 16m
English
--- - name: "Play 1: Execute Operational Commands" hosts: network vars: config_folder: "configs" op_folder: "op_data" op_cmds: - show ip ospf neighbor - show ip route tasks: - name: "P1T1: Build Directories to Store Data" block: - name: "Create folder to store Device config" file: path: "{{ config_folder }}" state: directory - name: "Create Folder to store operational commands" file: path: "{{ op_folder }}" state: directory run_once: yes delegate_to: localhost
Read now
Unlock full access