-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathvxlan.yaml
More file actions
25 lines (22 loc) · 780 Bytes
/
vxlan.yaml
File metadata and controls
25 lines (22 loc) · 780 Bytes
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
---
# This is the main entry point playbook for calling the various
# roles in this collection.
- name: Manage VXLAN Fabric Configuration
hosts: nac-fabric1
any_errors_fatal: true
gather_facts: false
roles:
# Prepare service model for all subsequent roles
# Note - The validate role is run automatically as a prerequisite to the create, deploy, and remove roles.
#
# - role: cisco.nac_dc_vxlan.validate
# -----------------------
# DataCenter Roles
# Role: cisco.netascode_dc_vxlan.dtc manages direct to controller NDFC workflows
#
- role: cisco.nac_dc_vxlan.dtc.create
tags: 'role_create'
- role: cisco.nac_dc_vxlan.dtc.deploy
tags: 'role_deploy'
- role: cisco.nac_dc_vxlan.dtc.remove
tags: 'role_remove'