-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook.yaml
25 lines (21 loc) · 845 Bytes
/
playbook.yaml
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
---
#Here is the main playbook file, please select option what you want to configure here
#If you use this file as provisioning work, please followinmg flow tenant -> AAEP -> StaticBinding
- name: Create Or Update Tenant
hosts: localhost
gather_facts: false
vars_files: '/home/dsu979/Desktop/PROJECT/ACI_Migration/Ansible_ACI/roles/Tenant_config/tests/inventory.yaml'
roles:
- Tenant_config
- name: Create Or Update AAEP
hosts: localhost
gather_facts: false
vars_files: '/home/dsu979/Desktop/PROJECT/ACI_Migration/Ansible_ACI/roles/AAEP_config/tests/inventory.yaml'
roles:
- AAEP_config
- name: Create Or Update Static Port
hosts: localhost
gather_facts: false
vars_files: '/home/dsu979/Desktop/PROJECT/ACI_Migration/Ansible_ACI/roles/Port_Binding_config/tests/inventory.yaml'
roles:
- Port_Binding_config