@@ -44,26 +44,26 @@ To understand the interaction between `eos_designs` input variables and `eos_cli
4444** Outputs:**
4545
4646- A structured EOS configuration file in YAML format. This provides the following benefits:
47- - Leverage the structured data to create eos CLI configuration.
47+ - Leverage the structured data to create EOS CLI configuration.
4848 - Leverage the structured data to create end-user documentation.
4949 - Leverage the structured data for pre and post-fabric validation.
5050- Fabric Documentation in Markdown format.
5151- Leaf and Spine Topology summary in CSV format.
5252
5353** Tasks:**
5454
55- 1 . Set AVD facts .
56- 2 . Generate YAML file with host variables (Optional for debugging/development with tag -> debug) .
57- 3 . Set device configuration facts .
58- 4 . Write structured device configuration to YAML file .
59- 5 . Include device structured configuration that was previously generated .
55+ 1 . Template and validate input variables according to the AVD Design schema .
56+ 2 . Generate AVD facts .
57+ 3 . Generate the structured configuration for each device .
58+ 4 . Write the structured configurations to files .
59+ 5 . Optionally return the structured configurations as Ansible facts .
60606 . Generate fabric documentation in Markdown format.
61617 . Generate fabric point-to-point links summary in CSV format.
62628 . Generate fabric physical topology summary in CSV format.
6363
6464## Reference Designs
6565
66- The following reference design types are included in the roles default variables:
66+ The following reference design types are included in the role's default variables:
6767
6868- L3LS EVPN: Layer 3 Leaf Spine with VXLAN EVPN
6969- L2LS: Layer 2 Leaf Spine
0 commit comments