-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.yml
33 lines (32 loc) · 841 Bytes
/
deploy.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
---
- name: Deploy vCenter Server
hosts: localhost
gather_facts: false
roles:
- pdns/zones
- pdns/records
- vsphere/resource_pool
- vsphere/prepare_nested_esxi
- vsphere/deploy_nested_esxi
# - vsphere/deploy_nested_vcsa # TODO: fix future
- vsphere/deploy_nested_vcsa_iso
- vsphere/nested_cluster
- vsphere/add_host_cluster
- vsphere/add_nested_dvs
- vsphere/join_host_dvs
- vsphere/enable_iscsi
- vsphere/enable_ntp
- vsphere/enable_license
# NSX
- nsx/deploy_nsx_manager
- nsx/enable_license
- nsx/deploy_nsx_edge
- nsx/add_ip_pools
- nsx/register_compute_manager
- nsx/add_transport_zones
- nsx/add_uplink_profile
- nsx/host_transport_node
- nsx/edge_transport_node
- nsx/add_edge_cluster
- nsx/t0-gateway
- nsx/t1-gateway