Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 383 Bytes

roles_ex1.md

File metadata and controls

3 lines (2 loc) · 383 Bytes

Roles Exercise 1

  1. Convert the monolithic Playbook specified here into a roles structure with three separate roles (cisco_ios, arista, cisco_nxos). All the variables should be moved to ./vars/main.yaml; all the tasks should be moved to ./tasks/main.yaml (for each of the respective roles).