-
Notifications
You must be signed in to change notification settings - Fork 0
/
Setup_MDS.yml
45 lines (45 loc) · 1.23 KB
/
Setup_MDS.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
42
43
44
45
---
# Example Playbook: VLAN configuration using the [ucs] hosts group
- hosts: mds
connection: network_cli
gather_facts: no
roles:
### Configure Nexus Switching
#
- MDSconfig
#
- hosts: ucs
connection: local
gather_facts: no
roles:
### Setup Equipment related tasks in UCS
#
# Enable server auto-discovery policy
# Setup Server Ports to connect to Chassis and Rack Servers
# Setup Uplink Ports and Port-Channels
#- UCSequipment
#
### Setup Admin tasks in UCS
#
# DNS Configuration (optional - skipped by default
# Timezone (optional - skipped by default)
# NTP server (optional - skipped by default)
# Organization - for defining UCS policies under defined org
#
# To configure the "optional" parameters, uncomment and update the variables
# under roles/admin/vars.
#- UCSadmin
#
#
### Setup LAN Tasks in UCS
#
# Mgmt IP Pool
# iSCSI IP Pools (if required)
# VLANs
# MAC pools
# vNIC templates (except iSCSI vNIC templates)
# iSCSI vNIC templates (if required)
# Network Control Policy - Enable CDP and LLDP
# iSCSI LAN Connectivity Policy (if required)
# FC LAN Connectivity Policy (if required)
#- UCSlan