본문 바로가기

카테고리 없음

yaml

ansible_python_interpreter: /bin/python3

student_ID: "JCL"

vcenter_hostname: "200.200.200.130"
vcenter_username: "JCL@jc.lover"
vcenter_password: "VMware1!"

datacenter_name: "JC"

folder_prefix: "JC/vm/4.Project/"

# S01, S06, S11, S16, S21 --> esxi_host : 200.200.200.246, kh-esxi-01
# S02, S07, S12, S17, S22 --> esxi_host : 200.200.200.247, kh-esxi-02
# S03, S08, S13, S18, S23 --> esxi_host : 200.200.200.248, kh-esxi-03
# S04, S09, S14, S19, S24 --> esxi_host : 200.200.200.249, kh-esxi-04
# S05, S10, S15, S20, S25 --> esxi_host : 200.200.200.250, kh-esxi-05

esxi_hostname: "200.200.200.248"
esxi_password: "VMware1!"
esxi_username: "root"

public_net: "VM-200.200.200.x"
private_net: "{{ student_ID + '-Trunk' }}"

datastore_name: "Local-khesxi03"