-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdc1-fabric-deploy-cvp.yml
41 lines (38 loc) · 1012 Bytes
/
dc1-fabric-deploy-cvp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
- name: Manage Arista EOS EVPN/VXLAN Configuration
hosts: DC1_FABRIC
connection: local
gather_facts: false
collections:
- arista.avd
- arista.cvp
tasks:
- name: 'reset local folders for output'
tags: [build, generate]
import_role:
name: arista.avd.build_output_folders
- name: generate intended variables
tags: [build, generate]
import_role:
name: arista.avd.eos_designs
- name: generate device intended config and documentation
tags: [build, generate]
import_role:
name: eos_cli_config_gen
- name: Configuration deployment with CVP
hosts: cv_server
connection: local
gather_facts: false
collections:
- arista.avd
- arista.cvp
tasks:
- name: run CVP provisioning
import_role:
name: arista.avd.eos_config_deploy_cvp
vars:
container_root: 'DC1_FABRIC'
configlets_prefix: 'DC1-AVD'
device_filter: 'DC1'
state: present
cv_collection: v3